Update UI
Browse files
app.py
CHANGED
|
@@ -352,8 +352,6 @@ with gr.Blocks(title="ChatTS Demo") as demo:
|
|
| 352 |
value="Please analyze all the given time series and provide insights about the local fluctuations in the time series in detail."
|
| 353 |
)
|
| 354 |
|
| 355 |
-
run_btn = gr.Button("Run ChatTS", variant="primary")
|
| 356 |
-
|
| 357 |
with gr.Column(scale=2):
|
| 358 |
series_selector = gr.Dropdown(
|
| 359 |
label="Select a Channel to Visualize (All Channels Will be Input to ChatTS)",
|
|
@@ -364,8 +362,9 @@ with gr.Blocks(title="ChatTS Demo") as demo:
|
|
| 364 |
file_status = gr.Textbox(
|
| 365 |
label="File Status",
|
| 366 |
interactive=False,
|
| 367 |
-
lines=
|
| 368 |
)
|
|
|
|
| 369 |
|
| 370 |
text_out = gr.Textbox(
|
| 371 |
lines=10,
|
|
|
|
| 352 |
value="Please analyze all the given time series and provide insights about the local fluctuations in the time series in detail."
|
| 353 |
)
|
| 354 |
|
|
|
|
|
|
|
| 355 |
with gr.Column(scale=2):
|
| 356 |
series_selector = gr.Dropdown(
|
| 357 |
label="Select a Channel to Visualize (All Channels Will be Input to ChatTS)",
|
|
|
|
| 362 |
file_status = gr.Textbox(
|
| 363 |
label="File Status",
|
| 364 |
interactive=False,
|
| 365 |
+
lines=1
|
| 366 |
)
|
| 367 |
+
run_btn = gr.Button("Run ChatTS", variant="primary")
|
| 368 |
|
| 369 |
text_out = gr.Textbox(
|
| 370 |
lines=10,
|