ysharma HF staff commited on
Commit
0c7836d
1 Parent(s): 172b66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,10 +4,10 @@ import time
4
 
5
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
6
  #theme = gr.themes.Base()
7
- #theme = gr.themes.Default()
8
  #theme = gr.themes.Glass()
9
  #theme = gr.themes.Monochrome()
10
- theme = gr.themes.Soft()
11
 
12
  with gr.Blocks(theme=theme) as demo2:
13
  mmt = gr.MultimodalTextbox()
 
4
 
5
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
6
  #theme = gr.themes.Base()
7
+ theme = gr.themes.Default()
8
  #theme = gr.themes.Glass()
9
  #theme = gr.themes.Monochrome()
10
+ #theme = gr.themes.Soft()
11
 
12
  with gr.Blocks(theme=theme) as demo2:
13
  mmt = gr.MultimodalTextbox()