Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ def bot(history, cross_encoder):
|
|
| 100 |
yield history, prompt_html
|
| 101 |
|
| 102 |
|
| 103 |
-
with gr.Blocks() as demo:
|
| 104 |
chatbot = gr.Chatbot(
|
| 105 |
[],
|
| 106 |
elem_id="chatbot",
|
|
|
|
| 100 |
yield history, prompt_html
|
| 101 |
|
| 102 |
|
| 103 |
+
with gr.Blocks(theme='rottenlittlecreature/Moon_Goblin') as demo:
|
| 104 |
chatbot = gr.Chatbot(
|
| 105 |
[],
|
| 106 |
elem_id="chatbot",
|