Skip to main content

All Questions

Tagged with
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
-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
-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
-2 votes
0 answers
18 views

How to execute python code by the click of a HTML button and what are the security issues? [closed]

I have an add a new prediction button and want users to be able to click on the button and upload a csv and then pick a machine learning model (with its associated python code) and then have it output ...
user26305916's user avatar
-4 votes
0 answers
18 views

My navbar is as simple as ABC and keeps returning URL not found [closed]

<div class="header"> <nav> <div class="nav-links"> <a href="#home.html">Home</a> <a href="...
chase abag's user avatar
0 votes
0 answers
24 views

Restrict file select input to a single directory

Let me just start by saying, I know that there is a question like this already here. I know that, but the previous one has no answers and I have a very specific problem. And I am all ears for ...
Eshita Shukla's user avatar
0 votes
0 answers
22 views

Html and CSS Page print header and footer for all pages on report

I creating a report with html and css for use on my python flask app. This report will be dynamic about the amount of pages, can be 4 or 30. On my template i put a simple header and footer to stay in ...
dmrpy's user avatar
  • 61
0 votes
0 answers
15 views

Flask app gets a value(None) from my form before I fill it which leads to anomalies in the app

I am creating a quiz game using Flask and I tried to get the player's input using a form. I realized during testing that even when I input the right answers, the score does not update. So I printed ...
Dim Giovanni's user avatar
0 votes
1 answer
34 views

Search box not integrated with dropdown in JavaScript and HTML

I am new to JS and HTML and am trying to create a webpage in Flask with a dropdown containing a search box that filters the options. My code looks as such: <div class="dropdown"> <...
geds133's user avatar
  • 1,415
-2 votes
0 answers
31 views

Need help in adding a feature in my project

Problem: I have a web application where I'm fetching related YouTube videos based on the selected emotion. Currently, clicking the "Get Related Videos" button displays videos corresponding ...
Arnav Rocks's user avatar
-1 votes
0 answers
22 views

How to add a toggle switch in html that executes a query based on the input

html : <body> <h1>Restaraunts in Kannur </h1> <table id="table1"> <thead> <th>Restaraunt name</th> <th>...
Amarnath Vm's user avatar
0 votes
1 answer
39 views

Get data to display on a modal using Python, HTML and CSS

I would like this data to be displayed in my modal which rests on a template managehouses.html. the code that fetches the data from the database is def housetypes(): cur = mysql.connection.cursor() ...
allan's user avatar
  • 121
-1 votes
0 answers
41 views

Why is HTML not reading my python variable properly?

I currently declare a img_path variable as such: return render_template('index.html', img_path = r"redacted.jpg") It works fine and dandy here: <div class="content"> ...
bofa's user avatar
  • 9
0 votes
1 answer
34 views

Flask app not displaying data from Firebase properly

I am experiencing issues displaying data on my Flask web app. I have RPi connected to three sensors, load cell, ultrasonic, and PIR. Every time motion is detected, readings are sent to Flask web app ...
SharpBlade's user avatar

15 30 50 per page
1
2 3 4 5
348