Spaces:
Sleeping
Sleeping
title
Browse files
app.py
CHANGED
@@ -41,6 +41,10 @@ def respond(message, history):
|
|
41 |
if token is not None:
|
42 |
response += token
|
43 |
yield response
|
|
|
|
|
|
|
|
|
44 |
theme = gr.themes.Monochrome(
|
45 |
primary_hue="orange",
|
46 |
secondary_hue="zinc",
|
|
|
41 |
if token is not None:
|
42 |
response += token
|
43 |
yield response
|
44 |
+
|
45 |
+
with gr.Blocks() as demo:
|
46 |
+
gr.Markdown("## 🧠🍴 The BiteBot")
|
47 |
+
|
48 |
theme = gr.themes.Monochrome(
|
49 |
primary_hue="orange",
|
50 |
secondary_hue="zinc",
|