Skip to main content

All Questions

Tagged with
0 votes
2 answers
40 views

Banner is not displaying at the top and css is not working

I have html like following, in my Django project <!DOCTYPE html> {% load static %} <html lang="en"> <head> <meta charset="UTF-8"> <meta name=&...
Karan's user avatar
  • 784
-6 votes
0 answers
35 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
1 answer
45 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
10 views

PyQT5 WebEngineView no import of js files. Live Server with the same files works

The WebEngineView of pyQT5 does not import needed js modules. Here is a minimal example that runs normally in the Live Server of Visual Studio Code: cube.html (works with Live Server, Demo from three....
Roman's user avatar
  • 1
-1 votes
2 answers
49 views

How to give permissions to users in django.?

I am building a django ERP project, in which there will be multiple user's, admin,user, manager etc. Each of this user has separate user credentials to login. Each user have separate dashboard. I'm ...
vvn's user avatar
  • 11
0 votes
1 answer
38 views

How do I use SocketIO to store and send multiple pieces of data at once?

I am making a Fast Food Management system and I need to find a way to send order information from a client app to a main server, for it to be shown in a similar way to that in McDonald's, with the ...
Erkan Mikiver's user avatar
0 votes
1 answer
50 views

How to extract dynamically generated links from a website using Python?

I am writing a code where I need to get all the links/URLs from a specific website but, It seems like the links are dynamically generated and might be populated using JavaScript or some other dynamic ...
Liam Mason's user avatar
0 votes
1 answer
36 views

how to make it so that the buttons are only displayed when loged_in = false

i want it to be so that if you are loged in , you arent displayed the login and register buttons. I tried doing it like this, but its not working var loginBtn = document.getElementById("...
Jorge Rodriguez Anton's user avatar
0 votes
1 answer
96 views

How to Load an Image onto a Canvas in Gradio with Custom HTML and JavaScript?

I am willing to make a bounding box editor implementation in gradio by creating html and js by myself (where user can move bboxes, scale and draw new ones). But i can't find a way to load an image to ...
sleshworld's user avatar
1 vote
1 answer
93 views

PyScript <script type="py-editor"> Error Unable to use SharedArrayBuffer due insecure environment

I'm using PyScript to run a simple Python script in my HTML file to display a pandas DataFrame. However, after loading the page in browser and clicking the run button of the code block I'm ...
Leonard Alphonso's user avatar
0 votes
1 answer
34 views

400 Bad Request when handling file inputs within Flask, JS, and HTML Script

I am creating a Flask Python Application that will use JS along with HTML, to create a form that allows the user to input a file. During my testing I am receiving a 400 Bad Request within the 'POST' ...
Ed-Ryan's user avatar
  • 11
0 votes
0 answers
26 views

Python flask/javascript text parsing has these odd squares?

Ok, so that's the picture. I'm attempting to build a local interface to an llm. I've got it almost completely working at a barebones level, except for these maddening squares that appear in my ...
CapnShanty's user avatar
0 votes
0 answers
14 views

not able to display base64 encode video on client side

create.hbs <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ...
HUZAIFA ASIF's user avatar
0 votes
0 answers
27 views

I am getting response as jpg for other files which is correct but one more file from which i am getting mp4 output on client side i getting img symbol

create.hbs <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ...
HUZAIFA ASIF's user avatar
0 votes
0 answers
62 views

Weird API response with <script> JavaScript tag

I am working on a project in Python that scrapes a university portal website to retrieve a weekly schedule. I see from the developer tools that the schedule page makes a API call and receives a JSON ...
AmaFor's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
228