Kuberwastaken commited on
Commit
e3382c2
·
1 Parent(s): 2924e8e

Made the font less ugly

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -0
gradio_app.py CHANGED
@@ -5,6 +5,10 @@ import time
5
 
6
  # Custom CSS for dark theme, animations, and purple accent color
7
  custom_css = """
 
 
 
 
8
  .gradio-container {
9
  background: #121212 !important;
10
  color: #fff !important;
 
5
 
6
  # Custom CSS for dark theme, animations, and purple accent color
7
  custom_css = """
8
+ * {
9
+ font-family: 'Roboto', sans-serif;
10
+ }
11
+
12
  .gradio-container {
13
  background: #121212 !important;
14
  color: #fff !important;