Skip to main content

Questions tagged [flask]

Flask is a lightweight framework for developing web applications using Python.

0 votes
0 answers
7 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
7 views

Website User Management for a python flask application hosted on a VPS

I'm 16 years old and building my first website, but I just encountered a problem that I have not been able to solve: I have a python flask app as well as several HTML files that make up my website, ...
Adrien Reiser's user avatar
0 votes
0 answers
5 views

Flask swagger is not loading - flasgger

I have used flasgger to create Swagger UI for my flask application. On local it is working fine & swagger is loading properly but when I am running it on the server I am getting below error: **...
Ashrita Gupta's user avatar
0 votes
0 answers
20 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
11 views

Graphql or rest in RT chat in a spa running on flask and react?

I have a react app using flask backend. I have changed from rest to grapgql now for user reg, login, auto. Also posting services and for the feed to GET the posts. I am going to implement a one-to-one ...
Jensus's user avatar
  • 11
0 votes
0 answers
6 views

How can I implement jwt in my next js app using next auth with google provider as the first step to connect to a flask api?

I'm creating a web application that needs to consume a flask API. Authentication is initially done using next auth, but I would like the web application to consume a service from a route from my flask ...
ZenDev's user avatar
  • 1
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
12 views

How to implement real-time responses in a Flask-based chatbot with OpenAI Assistants API?

I have a basic chatbot that currently waits for the backend to fully process and generate a response before displaying it to the user. During this wait, the user sees a "Typing..." message. ...
Josh's user avatar
  • 1
0 votes
0 answers
9 views

Flask 405 when Pusher JS calls the auth route

I have Pusher Presence channels working fine on my local machine, with a Flask back end. When I go live, however, it falls over, with Flask returning a 405. Locally there is a preflight call being ...
Alex's user avatar
  • 335
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
0 answers
13 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...
user008'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

15 30 50 per page
1
2 3 4 5
3719