Spaces:
Sleeping
Sleeping
df_string_output = gr.Textbox(lines=40, label="Data Text")
Browse files
app.py
CHANGED
@@ -528,7 +528,7 @@ with gr.Blocks() as demo:
|
|
528 |
prev_button.click(fn=prev_slide, inputs=[], outputs=[image, text])
|
529 |
next_button.click(fn=next_slide, inputs=[], outputs=[image, text])
|
530 |
with gr.Tab("θ³ζζ¬ζ"):
|
531 |
-
df_string_output = gr.Textbox()
|
532 |
with gr.Tab("θ³ζζθ¦"):
|
533 |
gr.Markdown("## ιζ―δ»ιΊΌζ¨£ηθ³ζοΌ")
|
534 |
df_summarise = gr.Textbox(container=True, show_copy_button=True, label="θ³ζζ¬ζ", lines=40)
|
|
|
528 |
prev_button.click(fn=prev_slide, inputs=[], outputs=[image, text])
|
529 |
next_button.click(fn=next_slide, inputs=[], outputs=[image, text])
|
530 |
with gr.Tab("θ³ζζ¬ζ"):
|
531 |
+
df_string_output = gr.Textbox(lines=40, label="Data Text")
|
532 |
with gr.Tab("θ³ζζθ¦"):
|
533 |
gr.Markdown("## ιζ―δ»ιΊΌζ¨£ηθ³ζοΌ")
|
534 |
df_summarise = gr.Textbox(container=True, show_copy_button=True, label="θ³ζζ¬ζ", lines=40)
|