MohammedNasser commited on
Commit
dfc6fbf
1 Parent(s): 5251fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -162,17 +162,17 @@ label {
162
 
163
  .custom-submit-button {
164
  background-color: #E68369 !important;
165
- color: white;
166
- border: none;
167
- border-radius: 5px;
168
- padding: 10px 20px;
169
- font-size: 16px;
170
- cursor: pointer;
171
  }
172
 
173
  .custom-submit-button:hover {
174
- background-color: white;
175
- color: #E6B9A6;
176
  }
177
 
178
  #clear_btn {
@@ -276,9 +276,9 @@ with gr.Blocks(css=custom_css) as demo:
276
  audio_output = gr.Audio(label="🔊", visible=False)
277
 
278
  with gr.Row():
279
- submit_button_chat = gr.Button("إرسال", interactive=True, visible=False, elem_id="submit_button_chat", elem_classes="custom-submit-button")
280
  with gr.Row():
281
- clear_btn = gr.Button("مسح", interactive=True, visible=False)
282
 
283
  def handle_file_upload(pdf):
284
  output_label.value=''
 
162
 
163
  .custom-submit-button {
164
  background-color: #E68369 !important;
165
+ color: whit !important;
166
+ border: none !important;
167
+ border-radius: 5px !important;
168
+ padding: 10px 20px !important;
169
+ font-size: 16px !important;
170
+ cursor: pointer !important;
171
  }
172
 
173
  .custom-submit-button:hover {
174
+ background-color: white !important;
175
+ color: #E6B9A6 !important;
176
  }
177
 
178
  #clear_btn {
 
276
  audio_output = gr.Audio(label="🔊", visible=False)
277
 
278
  with gr.Row():
279
+ submit_button_chat = gr.Button("إرسال", interactive=True, visible=False, elem_classes="custom-submit-button", variant='primary')
280
  with gr.Row():
281
+ clear_btn = gr.Button("مسح", interactive=True, visible=False, variant='secondary')
282
 
283
  def handle_file_upload(pdf):
284
  output_label.value=''