Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,7 @@ demo = gr.Blocks(css="""
|
|
25 |
font-size: 18px;
|
26 |
font-family: 'Roboto', sans-serif;
|
27 |
}
|
28 |
-
""")
|
29 |
-
)#css=".markdown-body { font-size: 18px; }")
|
30 |
|
31 |
with demo:
|
32 |
with gr.Row():
|
|
|
25 |
font-size: 18px;
|
26 |
font-family: 'Roboto', sans-serif;
|
27 |
}
|
28 |
+
""")#css=".markdown-body { font-size: 18px; }")
|
|
|
29 |
|
30 |
with demo:
|
31 |
with gr.Row():
|