Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
·
833e4d5
1
Parent(s):
ebf2e68
Update app.py
Browse files
app.py
CHANGED
@@ -118,6 +118,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
118 |
</div>
|
119 |
"""
|
120 |
)
|
|
|
|
|
|
|
121 |
with gr.Column(elem_id="col-container"):
|
122 |
with gr.Row(variant="compact"):
|
123 |
input_text = gr.Textbox(
|
|
|
118 |
</div>
|
119 |
"""
|
120 |
)
|
121 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
122 |
+
|
123 |
+
|
124 |
with gr.Column(elem_id="col-container"):
|
125 |
with gr.Row(variant="compact"):
|
126 |
input_text = gr.Textbox(
|