Spaces:
Sleeping
Sleeping
markdown
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def respond(message, history):
|
|
42 |
response += token
|
43 |
yield response
|
44 |
|
45 |
-
with gr.Blocks() as chatbot:
|
46 |
gr.Markdown("## 🧠🍴 The BiteBot")
|
47 |
|
48 |
theme = gr.themes.Monochrome(
|
@@ -59,6 +58,7 @@ theme = gr.themes.Monochrome(
|
|
59 |
|
60 |
|
61 |
with gr.Blocks(theme=theme) as chatbot:
|
|
|
62 |
gr.ChatInterface(
|
63 |
fn=respond,
|
64 |
type="messages",
|
|
|
42 |
response += token
|
43 |
yield response
|
44 |
|
|
|
45 |
gr.Markdown("## 🧠🍴 The BiteBot")
|
46 |
|
47 |
theme = gr.themes.Monochrome(
|
|
|
58 |
|
59 |
|
60 |
with gr.Blocks(theme=theme) as chatbot:
|
61 |
+
gr.Markdown("## 🥗🍴 The BiteBot")
|
62 |
gr.ChatInterface(
|
63 |
fn=respond,
|
64 |
type="messages",
|