Pijush2023 commited on
Commit
1d15a57
·
verified ·
1 Parent(s): 2ff3c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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