Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
60c7630
1
Parent(s):
0026b44
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ class ScreeningAssistant:
|
|
122 |
with gr.Column(scale=0.80):
|
123 |
msg = gr.Textbox(label="Question", show_label=False)
|
124 |
with gr.Column(scale=0.20):
|
125 |
-
|
126 |
with gr.Row():
|
127 |
with gr.Column(scale=0.50):
|
128 |
audio_path = gr.Audio(sources=["microphone"], type="filepath")
|
|
|
122 |
with gr.Column(scale=0.80):
|
123 |
msg = gr.Textbox(label="Question", show_label=False)
|
124 |
with gr.Column(scale=0.20):
|
125 |
+
clear = gr.ClearButton([chatbot])
|
126 |
with gr.Row():
|
127 |
with gr.Column(scale=0.50):
|
128 |
audio_path = gr.Audio(sources=["microphone"], type="filepath")
|