Spaces:
Paused
Paused
Clément Simon
commited on
Commit
•
4a533cc
1
Parent(s):
a57706e
feat: see fastapi docs
Browse files
app.py
CHANGED
@@ -168,6 +168,8 @@ weather = load_weather()
|
|
168 |
@app.get("/", response_class=HTMLResponse)
|
169 |
async def enter_location():
|
170 |
return """
|
|
|
|
|
171 |
<form id="locationForm">
|
172 |
<label for="city">Enter your city:</label><br>
|
173 |
<input type="text" id="city" name="city"><br>
|
|
|
168 |
@app.get("/", response_class=HTMLResponse)
|
169 |
async def enter_location():
|
170 |
return """
|
171 |
+
<h1>Welcome to Gaia Mistral Chat Demo</h1>
|
172 |
+
<p> Debug tool: API docs available at <a href="/docs">/docs</a></p>
|
173 |
<form id="locationForm">
|
174 |
<label for="city">Enter your city:</label><br>
|
175 |
<input type="text" id="city" name="city"><br>
|