Spaces:
Sleeping
Sleeping
text_size
Browse files
app.py
CHANGED
@@ -1454,8 +1454,7 @@ HEAD = """
|
|
1454 |
</script>
|
1455 |
"""
|
1456 |
|
1457 |
-
|
1458 |
-
with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.amber)) as demo:
|
1459 |
with gr.Row() as admin:
|
1460 |
password = gr.Textbox(label="Password", type="password", elem_id="password_input", visible=True)
|
1461 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
|
|
1454 |
</script>
|
1455 |
"""
|
1456 |
|
1457 |
+
with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.amber, text_size = gr.themes.sizes.text_lg), head=HEAD) as demo:
|
|
|
1458 |
with gr.Row() as admin:
|
1459 |
password = gr.Textbox(label="Password", type="password", elem_id="password_input", visible=True)
|
1460 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|