carlosrosash
commited on
Commit
•
206b513
1
Parent(s):
69df284
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ iface = gr.Interface(
|
|
150 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
151 |
clear_buttom = 'Clear click here',
|
152 |
submit_button = 'Clear click here',
|
153 |
-
theme="carlosrosash/bellay_test"
|
154 |
css= """
|
155 |
p {align : center}
|
156 |
"""
|
|
|
150 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
151 |
clear_buttom = 'Clear click here',
|
152 |
submit_button = 'Clear click here',
|
153 |
+
theme="carlosrosash/bellay_test",
|
154 |
css= """
|
155 |
p {align : center}
|
156 |
"""
|