Redmind commited on
Commit
c13d745
·
verified ·
1 Parent(s): 4bd659f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -615,7 +615,7 @@ def update_message(request: gr.Request):
615
  return f"<h4 style='font-size: 22px; font-family: Calibri;'>Welcome, {request.username}</h4>"
616
  custom_css = """
617
  /* Include the CSS defined above */
618
- .gr-button {
619
  background-color: #6366f1 !important;
620
  color: white !important;
621
  border-radius: 10px !important;
@@ -625,11 +625,11 @@ custom_css = """
625
  text-align: center;
626
  }
627
 
628
- .gr-button:hover {
629
  background-color: #4f46e5 !important;
630
  cursor: pointer !important;
631
  }
632
- .gr-input, .gr-markdown {
633
  font-family: 'Arial', sans-serif;
634
  border-radius: 10px;
635
  padding: 10px;
@@ -637,15 +637,15 @@ custom_css = """
637
  margin-bottom: 20px;
638
  }
639
 
640
- .gr-markdown {
641
  background-color: #f7f7f7;
642
  }
643
 
644
- .gr-row {
645
  justify-content: space-between;
646
  }
647
 
648
- .gr-column {
649
  display: flex;
650
  flex-direction: column;
651
  justify-content: space-between;
 
615
  return f"<h4 style='font-size: 22px; font-family: Calibri;'>Welcome, {request.username}</h4>"
616
  custom_css = """
617
  /* Include the CSS defined above */
618
+ .gradio-button {
619
  background-color: #6366f1 !important;
620
  color: white !important;
621
  border-radius: 10px !important;
 
625
  text-align: center;
626
  }
627
 
628
+ .gradio-button:hover {
629
  background-color: #4f46e5 !important;
630
  cursor: pointer !important;
631
  }
632
+ .gradio-input, .gradio-markdown {
633
  font-family: 'Arial', sans-serif;
634
  border-radius: 10px;
635
  padding: 10px;
 
637
  margin-bottom: 20px;
638
  }
639
 
640
+ .gradio-markdown {
641
  background-color: #f7f7f7;
642
  }
643
 
644
+ .gradio-row {
645
  justify-content: space-between;
646
  }
647
 
648
+ .gradio-column {
649
  display: flex;
650
  flex-direction: column;
651
  justify-content: space-between;