Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
3e9508c
1
Parent(s):
ccb1d66
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,9 @@ body {
|
|
123 |
color: blue !important;
|
124 |
}
|
125 |
|
126 |
-
.gr-button
|
127 |
background-color: #FFFFFF !important;
|
128 |
-
color:
|
129 |
}
|
130 |
|
131 |
|
@@ -245,8 +245,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
245 |
chat_output = gr.Textbox(label="", rtl=True)
|
246 |
audio_output = gr.Audio(label="🔊", interactive=False)
|
247 |
with gr.Group():
|
248 |
-
submit_button_chat = gr.Button("إرسال", interactive=False,
|
249 |
-
clear_btn = gr.Button("مسح", interactive=False, size='sm')
|
250 |
|
251 |
def handle_file_upload(pdf):
|
252 |
output_label.value=''
|
|
|
123 |
color: blue !important;
|
124 |
}
|
125 |
|
126 |
+
.gr-button::hover {
|
127 |
background-color: #FFFFFF !important;
|
128 |
+
color: red !important;
|
129 |
}
|
130 |
|
131 |
|
|
|
245 |
chat_output = gr.Textbox(label="", rtl=True)
|
246 |
audio_output = gr.Audio(label="🔊", interactive=False)
|
247 |
with gr.Group():
|
248 |
+
submit_button_chat = gr.Button("إرسال", interactive=False), clear_btn = gr.Button("مسح", interactive=False)
|
|
|
249 |
|
250 |
def handle_file_upload(pdf):
|
251 |
output_label.value=''
|