Spaces:
Runtime error
Runtime error
pallavijaini
commited on
Commit
•
c899de4
1
Parent(s):
be15558
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ random_seed = random.randint(0, 2147483647)
|
|
130 |
|
131 |
with gr.Blocks(css=css) as demo:
|
132 |
|
133 |
-
with gr.Box(visible=
|
134 |
gr.Markdown(title)
|
135 |
gr.Markdown(subtitle)
|
136 |
gr.Markdown(md)
|
|
|
130 |
|
131 |
with gr.Blocks(css=css) as demo:
|
132 |
|
133 |
+
with gr.Box(visible=True) as Eng:
|
134 |
gr.Markdown(title)
|
135 |
gr.Markdown(subtitle)
|
136 |
gr.Markdown(md)
|