aashnaj commited on
Commit
7d09e3e
·
verified ·
1 Parent(s): 36d2d95
Files changed (1) hide show
  1. app.py +4 -0
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",