Pijush2023 commited on
Commit
73c6732
·
verified ·
1 Parent(s): 0f6e507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -638,7 +638,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
638
  state = gr.State()
639
 
640
  chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
641
- choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational",api_name="ask_create_conversational_response_text")
642
 
643
  gr.Markdown("<h1 style='color: red;'>Talk to RADAR</h1>", elem_id="voice-markdown")
644
  chat_input = gr.Textbox(show_copy_button=True, interactive=True, show_label=False, label="ASK Radar !!!",api_name="ask_retrival")
 
638
  state = gr.State()
639
 
640
  chatbot = gr.Chatbot([], elem_id="RADAR:Channel 94.1", bubble_full_width=False)
641
+ choice = gr.Radio(label="Select Style", choices=["Details", "Conversational"], value="Conversational")
642
 
643
  gr.Markdown("<h1 style='color: red;'>Talk to RADAR</h1>", elem_id="voice-markdown")
644
  chat_input = gr.Textbox(show_copy_button=True, interactive=True, show_label=False, label="ASK Radar !!!",api_name="ask_retrival")