Spaces:
Sleeping
Sleeping
mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
Browse files
app.py
CHANGED
@@ -857,7 +857,7 @@ with gr.Blocks(js=JS, css=CSS) as demo:
|
|
857 |
gr.Markdown("## ιζ°ηζει‘")
|
858 |
btn_create_question = gr.Button("Create Questions")
|
859 |
with gr.Tab("markdown"):
|
860 |
-
mind_map = gr.Textbox()
|
861 |
with gr.Tab("εΏζΊε"):
|
862 |
mind_map_html = gr.HTML()
|
863 |
|
|
|
857 |
gr.Markdown("## ιζ°ηζει‘")
|
858 |
btn_create_question = gr.Button("Create Questions")
|
859 |
with gr.Tab("markdown"):
|
860 |
+
mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
|
861 |
with gr.Tab("εΏζΊε"):
|
862 |
mind_map_html = gr.HTML()
|
863 |
|