NCTCMumbai commited on
Commit
fbb5197
1 Parent(s): 70e7846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def bot(history, cross_encoder):
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",
 
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",