Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
885832d
1
Parent(s):
c1aaef4
markdown
Browse files
app.py
CHANGED
|
@@ -69,6 +69,11 @@ with gr.Blocks() as demo:
|
|
| 69 |
|
| 70 |
with gr.Column(visible=False) as col:
|
| 71 |
#output = gr.Textbox("Output")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
fun_dropdown = gr.Dropdown(label="Select a function", choices=["Woohoo!"], interactive=True)
|
| 73 |
|
| 74 |
with gr.Row(visible=True) as result:
|
|
|
|
| 69 |
|
| 70 |
with gr.Column(visible=False) as col:
|
| 71 |
#output = gr.Textbox("Output")
|
| 72 |
+
|
| 73 |
+
gr.Markdown("""
|
| 74 |
+
Great, you selected an executable! Now pick the function you would like to analyze.
|
| 75 |
+
""")
|
| 76 |
+
|
| 77 |
fun_dropdown = gr.Dropdown(label="Select a function", choices=["Woohoo!"], interactive=True)
|
| 78 |
|
| 79 |
with gr.Row(visible=True) as result:
|