DontPlanToEnd commited on
Commit
cd83317
1 Parent(s): 685d2ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,12 +25,12 @@ custom_css = """
25
  .gradio-container .prose {
26
  font-family: 'Segoe UI', Arial, sans-serif !important;
27
  }
28
- /* Keep table links without underline */
29
  .gradio-container table a,
30
  .gradio-container .dataframe a {
31
  text-decoration: none !important;
32
  }
33
- /* Add default underline to specific links */
34
  .default-underline {
35
  text-decoration: underline !important;
36
  }
 
25
  .gradio-container .prose {
26
  font-family: 'Segoe UI', Arial, sans-serif !important;
27
  }
28
+ /* Make table links have no underline */
29
  .gradio-container table a,
30
  .gradio-container .dataframe a {
31
  text-decoration: none !important;
32
  }
33
+ /* Add underline to specific links */
34
  .default-underline {
35
  text-decoration: underline !important;
36
  }