mobrown commited on
Commit
2dae8e0
·
verified ·
1 Parent(s): 74fc465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,10 +92,10 @@ sentiment_output = gr.JSON(label="Sentiment Scores")
92
  # Custom CSS to reduce font size
93
  custom_css = """
94
  body, .gradio-container {
95
- font-size: 10px !important;
96
  }
97
  .output-markdown, .input-markdown {
98
- font-size: 10px !important;
99
  }
100
  """
101
 
 
92
  # Custom CSS to reduce font size
93
  custom_css = """
94
  body, .gradio-container {
95
+ font-size: 8px !important;
96
  }
97
  .output-markdown, .input-markdown {
98
+ font-size: 8px !important;
99
  }
100
  """
101