Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -565,6 +565,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
565 |
with gr.Row():
|
566 |
with gr.Column():
|
567 |
state = gr.State()
|
|
|
568 |
chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
|
569 |
choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
|
570 |
|
|
|
565 |
with gr.Row():
|
566 |
with gr.Column():
|
567 |
state = gr.State()
|
568 |
+
gr.Markdown("<h1>Ask Radar !!!</h1>", elem_id="query-markdown")
|
569 |
chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
|
570 |
choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
|
571 |
|