Spaces:
Sleeping
Sleeping
chnge name
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def respond(message, history):
|
|
| 42 |
response += token
|
| 43 |
yield response
|
| 44 |
|
| 45 |
-
with gr.Blocks() as
|
| 46 |
gr.Markdown("## 🧠🍴 The BiteBot")
|
| 47 |
|
| 48 |
theme = gr.themes.Monochrome(
|
|
|
|
| 42 |
response += token
|
| 43 |
yield response
|
| 44 |
|
| 45 |
+
with gr.Blocks() as chatbot:
|
| 46 |
gr.Markdown("## 🧠🍴 The BiteBot")
|
| 47 |
|
| 48 |
theme = gr.themes.Monochrome(
|