Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -569,6 +569,7 @@ 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 |
choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
|
573 |
|
574 |
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 |
+
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")
|