NCTCMumbai
commited on
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(theme='
|
104 |
chatbot = gr.Chatbot(
|
105 |
[],
|
106 |
elem_id="chatbot",
|
|
|
100 |
yield history, prompt_html
|
101 |
|
102 |
|
103 |
+
with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
104 |
chatbot = gr.Chatbot(
|
105 |
[],
|
106 |
elem_id="chatbot",
|