ewingreen commited on
Commit
5021193
·
verified ·
1 Parent(s): 7fdee5a

Updated theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as chatbot:
104
  gr.ChatInterface(respond,
105
  type="messages",
106
  examples = ["What are some cooking tips for beginners?", "What toppings should I add to my ramen?", "What's the best recipe for homemade pizza dough?"],
107
- theme='d8ahazard/material_design_rd'
108
  )
109
  with gr.Row():
110
  gr.Markdown(disclaimer)
 
104
  gr.ChatInterface(respond,
105
  type="messages",
106
  examples = ["What are some cooking tips for beginners?", "What toppings should I add to my ramen?", "What's the best recipe for homemade pizza dough?"],
107
+ theme='theme='shivi/calm_seafoam'
108
  )
109
  with gr.Row():
110
  gr.Markdown(disclaimer)