Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def b_clicked(o):
|
|
78 |
|
79 |
##################### Process #####################
|
80 |
def main(conf):
|
81 |
-
with gr.Blocks(theme=gr.themes.Soft(text_size="
|
82 |
|
83 |
# Main page
|
84 |
with gr.TabItem(conf["layout"]["page_names"][0]):
|
|
|
78 |
|
79 |
##################### Process #####################
|
80 |
def main(conf):
|
81 |
+
with gr.Blocks(theme=gr.themes.Soft(text_size="lg")) as demo:
|
82 |
|
83 |
# Main page
|
84 |
with gr.TabItem(conf["layout"]["page_names"][0]):
|