Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
| 96 |
}
|
| 97 |
.output-markdown, .input-markdown {
|
| 98 |
-
font-size:
|
| 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 |
|