Spaces:
Running
Running
Commit ·
b1f949a
1
Parent(s): 15c6ed3
textbox
Browse files
app.py
CHANGED
|
@@ -585,9 +585,9 @@ with gr.Blocks(title="HiCoTraj Demo", theme=gr.themes.Soft()) as app:
|
|
| 585 |
gr.Markdown("### NUMOSIM Raw Data")
|
| 586 |
with gr.Tabs():
|
| 587 |
with gr.Tab("Summary"):
|
| 588 |
-
summary_out = gr.Textbox(lines=10, interactive=False, label="")
|
| 589 |
with gr.Tab("Raw Data"):
|
| 590 |
-
raw_out = gr.Textbox(lines=10, interactive=False, label="")
|
| 591 |
show_all_btn = gr.Button("Show All Days", size="sm", variant="secondary")
|
| 592 |
|
| 593 |
with gr.Column(scale=1):
|
|
|
|
| 585 |
gr.Markdown("### NUMOSIM Raw Data")
|
| 586 |
with gr.Tabs():
|
| 587 |
with gr.Tab("Summary"):
|
| 588 |
+
summary_out = gr.Textbox(lines=10, interactive=False, label="", show_label=False)
|
| 589 |
with gr.Tab("Raw Data"):
|
| 590 |
+
raw_out = gr.Textbox(lines=10, interactive=False, label="", show_label=False)
|
| 591 |
show_all_btn = gr.Button("Show All Days", size="sm", variant="secondary")
|
| 592 |
|
| 593 |
with gr.Column(scale=1):
|