Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ import os
|
|
3 |
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 |
-
|
9 |
#theme = gr.themes.Monochrome()
|
10 |
#theme = gr.themes.Soft()
|
11 |
|
|
|
3 |
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 |
|