Skip to main content

All Questions

Tagged with
0 votes
0 answers
8 views

Problems adding column to Superset User model (ab_user, Flask, Flask-Migrate)

I am trying to extend the user model in Apache/Superset and add that change to the migration folder. I want to add a new column called "solution_uuid" to the model. I made my own fork of ...
Erik Ahlund Helguera's user avatar
0 votes
0 answers
21 views

Stuck in handling incorrect input data on web app for model training

I am trying to add an exception feature in an ML project I am working on, I create a web app which accepts student performance data as a CSV file and then performs different machine learning ...
Harshit Kedia's user avatar
0 votes
0 answers
15 views

Flask html templates aren't working with HTMX

So I'm working on a web application in which I need a basic switcher between types of "posts". Now I have an html file with some templating in order to generate the basic structure, but when ...
m00nsh1n3's user avatar
0 votes
0 answers
32 views

How can I build my Flutter app to use Python for OpenCV and Numpy? [closed]

I'm developing a Flutter app for iOS that requires image processing using Python, specifically with OpenCV and NumPy. I'm facing several challenges and would appreciate guidance on the best approach: ...
user26409301's user avatar
0 votes
0 answers
16 views

Flask app searched result in route returns previous one

I can't handle it for a long time. it returns previous search (test) in address - :5000/search/?key=test (but query works - I get list) header.html <form method="POST" action="{{ ...
Vadim Popoff's user avatar
0 votes
0 answers
27 views

Deployment Failed with error "ModuleNotFoundError: No module named 'urllib3.packages'" error?

I've been using AWS CodePipeline to execute a CI/CD pipeline. The 'build' stage performs correctly, which uses both the 'Dockerfile' and 'requirements.txt' files, whereas the 'deploy stage' utilizes ...
Retrospect's user avatar
0 votes
1 answer
29 views

How to launch a flask application with a domain name on a computer? [closed]

I have this simple flask application that I want to deploy. I want to use my own computer as the application's server and I want to give it a domain name. Please give me step by step instructions on ...
Willem's user avatar
  • 1
-6 votes
0 answers
34 views

Sending Lists values in a post request from HTML/JS to bckend(python) [closed]

English is not my first language , so escuse my grammer mistakes :) its my first time workung with JS , i will start by showing the tables in the database and then explain the problem so hopefully any ...
ayal khier's user avatar
0 votes
0 answers
30 views

flask application running on docker container cannot access Chromadb running on a seperate docker container

enter image description here Hello So I have two docker containers running as shown in the image... One is a Chromadb for vector search and the other one is a flask backend for RAG chatbot. Here is a ...
Daniel Song's user avatar
0 votes
1 answer
23 views

Why my nlp model reload many times when processing question?

After receiving question, my program calls the run_predict function then finds the best paragraph match with the question. After that, my model is constantly reloaded without knowing the reasons. from ...
Ngọc Minh's user avatar
0 votes
1 answer
20 views

Flask web app redirects to login page instead of dashboard after successful authentication to an external website

I am making a Flask web application that clones a login page of a website and sending post request to authenticate to the original website. The request is made using session so to be able to preserve ...
Mihai's user avatar
  • 41
0 votes
0 answers
19 views

flask url not showing in command line on importing zowe modules

I'm working on a Flask application which uses Zowe SDK to submit mainframe batch job & download o/p dataset. I'm importing below modules. from zowe.zos_jobs_for_zowe_sdk import Jobs from zowe....
Nupur's user avatar
  • 67
-2 votes
0 answers
33 views

nothing is showing on my webpage when i run my flask program

Im a new coder and i dont know why even though there are no errors, nothing is appearing on my web browser! I am currently trying to create a program which can iterate through different pdf files and ...
briaNN's user avatar
  • 1
0 votes
1 answer
42 views

Unable to type texts to chatbot user input

Description I am trying to add a chatbot for the backtesting platform built with Flask and there is a button on the right side that toggles the sidebar. If the user clicks the button, it shows the ...
loupdaniel's user avatar
0 votes
0 answers
15 views

Can Gunicorn allow error http status codes through from Flask app?

I have a Flask API app that returns some JSON with http status code set to 422. Example def post(self, current_user, data): return { "success": False, "message": "...
shawnim's user avatar
  • 600

15 30 50 per page
1
2 3 4 5
2821