Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1055,7 +1055,7 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
1055 |
|
1056 |
gr.Markdown("<h1 style='color: red;'>Talk to RADAR</h1>", elem_id="voice-markdown")
|
1057 |
|
1058 |
-
chat_input = gr.Textbox(show_copy_button=True, interactive=True, show_label=
|
1059 |
tts_choice = gr.Radio(label="Select TTS System", choices=["Alpha", "Beta", "Gamma"], value="Alpha")
|
1060 |
retriever_button = gr.Button("Retriever")
|
1061 |
|
|
|
1055 |
|
1056 |
gr.Markdown("<h1 style='color: red;'>Talk to RADAR</h1>", elem_id="voice-markdown")
|
1057 |
|
1058 |
+
chat_input = gr.Textbox(show_copy_button=True, interactive=True, show_label=True, label="ASK Radar !!!",placeholder="Enter your query..")
|
1059 |
tts_choice = gr.Radio(label="Select TTS System", choices=["Alpha", "Beta", "Gamma"], value="Alpha")
|
1060 |
retriever_button = gr.Button("Retriever")
|
1061 |
|