Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ CSS ="""
|
|
106 |
#question-box { font-size:18px !important; font-weight:500 !important; }
|
107 |
"""
|
108 |
#with gr.Blocks() as demo:
|
109 |
-
with gr.Blocks(theme=theme) as demo:
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
gr.Markdown(f"""
|
|
|
106 |
#question-box { font-size:18px !important; font-weight:500 !important; }
|
107 |
"""
|
108 |
#with gr.Blocks() as demo:
|
109 |
+
with gr.Blocks(theme=theme, css=CSS) as demo:
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
gr.Markdown(f"""
|