Pijush2023 commited on
Commit
f62bc8f
·
verified ·
1 Parent(s): d17cacc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -569,7 +569,6 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
569
  state = gr.State()
570
 
571
  chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
572
- chatbot.style(css={"background-color": "#FF2800", "color": "#FFF"})
573
  choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
574
 
575
  gr.Markdown("<h1>Ask Radar !!!</h1>", elem_id="query-markdown")
 
569
  state = gr.State()
570
 
571
  chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
 
572
  choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
573
 
574
  gr.Markdown("<h1>Ask Radar !!!</h1>", elem_id="query-markdown")