-
**Describe the issue or suggestion**
Issue description
In "Tutorial: Use the .NET Aspire dashboard with Python apps" document, needs to update some codes and result in the document.
**Issue 1:**
For…
-
Hello Everyone,
I am totally new to programming, and I choose a hobby project in the form of a raspberry pi 4 with an adafruit-hat controlling a 32x32 matrix.
I wrote a python script, which is w…
-
##What the test was:
Integration test,
##the expected result:
status code 200
##what when wrong:
Error 404
##steps to reproduce issues:
-run python app.py
-access browser 127.0.0.1:5000
#…
-
When I'm trying to create a test which is calling to the endpoint with the decorator `@flask_oidc.require_login` I got the following exception:
```
> r = client.get(url, follow_redirects=Fal…
-
Steps to reproduce:
1. Install the project according to the installation guide and run `python app.py`
2. Upload any sample mesh (e.g. rhino.glb) and select any prompt point
3. Exception:
```
1…
-
add files and folders following directory structure for a Flask application:
budget_app/
├── backend/
│ ├── app/
│ │ ├── __init__.py
│ │ ├── models/
│ │ │ ├── __init__.py
│ …
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
#1 create flask app
-
Since the latest update, i am getting:
An error happend while executing a GET request to http://xxxxxxxxxxxxxxxxxxxxxxxx
Status: 0
Response:
The end point is a flask app, ans is returning…
-
from flask import Flask, request, jsonify
# Cria uma instância do Flask
app = Flask(__name__)
# Função que contém as respostas do chatbot
def resposta_bot(mensagem):
# Respostas automátic…