Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -203,9 +203,6 @@ with demo:
|
|
203 |
intro = gr.Column(visible=True, elem_id="intro-message")
|
204 |
app_block = gr.Column(visible=False)
|
205 |
|
206 |
-
def start_app():
|
207 |
-
return gr.update(visible=False), gr.update(visible=True)
|
208 |
-
|
209 |
with intro:
|
210 |
gr.Markdown("""
|
211 |
<span style="display:inline-flex; align-items:center;">
|
|
|
203 |
intro = gr.Column(visible=True, elem_id="intro-message")
|
204 |
app_block = gr.Column(visible=False)
|
205 |
|
|
|
|
|
|
|
206 |
with intro:
|
207 |
gr.Markdown("""
|
208 |
<span style="display:inline-flex; align-items:center;">
|