Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
ccb1d66
1
Parent(s):
ff73439
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
246 |
audio_output = gr.Audio(label="🔊", interactive=False)
|
247 |
with gr.Group():
|
248 |
submit_button_chat = gr.Button("إرسال", interactive=False, size='lg')
|
249 |
-
clear_btn = gr.
|
250 |
|
251 |
def handle_file_upload(pdf):
|
252 |
output_label.value=''
|
|
|
246 |
audio_output = gr.Audio(label="🔊", interactive=False)
|
247 |
with gr.Group():
|
248 |
submit_button_chat = gr.Button("إرسال", interactive=False, size='lg')
|
249 |
+
clear_btn = gr.Button("مسح", interactive=False, size='sm')
|
250 |
|
251 |
def handle_file_upload(pdf):
|
252 |
output_label.value=''
|