Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,12 @@ with gr.Blocks(css=css, theme='YTheme/TehnoX') as demo:
|
|
16 |
gr.Markdown("## SmartLearn")
|
17 |
gr.HTML("""<button class="lg primary svelte-cmf5ev" onclick="window.open('https://docs.google.com/presentation/d/1XcdxCAYjX5w7vSzwzREA0NodD1KQZByYQW-ynCD41PM/edit?usp=drivesdk', '_blank');">Открыть</button>""")
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
submit_button.click(
|
27 |
fn=f,
|
|
|
16 |
gr.Markdown("## SmartLearn")
|
17 |
gr.HTML("""<button class="lg primary svelte-cmf5ev" onclick="window.open('https://docs.google.com/presentation/d/1XcdxCAYjX5w7vSzwzREA0NodD1KQZByYQW-ynCD41PM/edit?usp=drivesdk', '_blank');">Открыть</button>""")
|
18 |
|
19 |
+
with gr.Column(visible=False):
|
20 |
+
with gr.Column():
|
21 |
+
instructions = gr.Textbox(label="empty", visible=False)
|
22 |
+
submit_button = gr.Button("empty", variant='primary', visible=False)
|
23 |
+
with gr.Column():
|
24 |
+
output_markdown = gr.Markdown("""empty""", visible=False)
|
25 |
|
26 |
submit_button.click(
|
27 |
fn=f,
|