Pijush2023 commited on
Commit
c689665
·
verified ·
1 Parent(s): 39bf3f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def chat_with_bot(history, user_message):
242
 
243
 
244
  # Create the Gradio Blocks interface
245
- with gr.Blocks() as demo:
246
  chatbot = gr.Chatbot([], elem_id="RADAR", bubble_full_width=False)
247
  with gr.Row():
248
  with gr.Column():
 
242
 
243
 
244
  # Create the Gradio Blocks interface
245
+ with gr.Blocks(theme="rawrsor1/Everforest") as demo:
246
  chatbot = gr.Chatbot([], elem_id="RADAR", bubble_full_width=False)
247
  with gr.Row():
248
  with gr.Column():