Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,13 @@ custom_css = """
|
|
89 |
border-radius: 8px;
|
90 |
padding: 12px;
|
91 |
font-weight: 500px; /* Apply bold */
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
|
|
93 |
textarea {
|
94 |
min-height: 150px;
|
95 |
}
|
@@ -129,7 +135,7 @@ custom_css = """
|
|
129 |
font-weight: bold;
|
130 |
color: #00796b;
|
131 |
}
|
132 |
-
|
133 |
"""
|
134 |
|
135 |
# Gradio app setup
|
|
|
89 |
border-radius: 8px;
|
90 |
padding: 12px;
|
91 |
font-weight: 500px; /* Apply bold */
|
92 |
+
font-family: 'Poppins', sans-serif;
|
93 |
+
font-size: 20px;
|
94 |
+
color: #007acc;
|
95 |
+
margin-bottom: 5px;
|
96 |
+
display: inline-block;
|
97 |
}
|
98 |
+
|
99 |
textarea {
|
100 |
min-height: 150px;
|
101 |
}
|
|
|
135 |
font-weight: bold;
|
136 |
color: #00796b;
|
137 |
}
|
138 |
+
|
139 |
"""
|
140 |
|
141 |
# Gradio app setup
|