Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -503,17 +503,17 @@ with gr.Blocks(css=CSS, title="⚡ Transformer OT Forecaster") as demo:
|
|
| 503 |
with gr.TabItem("📈 Overview"):
|
| 504 |
overview_img = gr.Image(
|
| 505 |
label="Time Series Overview & Correlations",
|
| 506 |
-
type="filepath"
|
| 507 |
)
|
| 508 |
with gr.TabItem("🔮 Forecast"):
|
| 509 |
forecast_img = gr.Image(
|
| 510 |
label="ARIMAX Forecast",
|
| 511 |
-
type="filepath"
|
| 512 |
)
|
| 513 |
with gr.TabItem("🚨 Anomalies"):
|
| 514 |
anomaly_img = gr.Image(
|
| 515 |
label="Anomaly Detection",
|
| 516 |
-
type="filepath"
|
| 517 |
)
|
| 518 |
with gr.TabItem("📋 ADF Report"):
|
| 519 |
adf_output = gr.Textbox(
|
|
|
|
| 503 |
with gr.TabItem("📈 Overview"):
|
| 504 |
overview_img = gr.Image(
|
| 505 |
label="Time Series Overview & Correlations",
|
| 506 |
+
type="filepath"
|
| 507 |
)
|
| 508 |
with gr.TabItem("🔮 Forecast"):
|
| 509 |
forecast_img = gr.Image(
|
| 510 |
label="ARIMAX Forecast",
|
| 511 |
+
type="filepath"
|
| 512 |
)
|
| 513 |
with gr.TabItem("🚨 Anomalies"):
|
| 514 |
anomaly_img = gr.Image(
|
| 515 |
label="Anomaly Detection",
|
| 516 |
+
type="filepath"
|
| 517 |
)
|
| 518 |
with gr.TabItem("📋 ADF Report"):
|
| 519 |
adf_output = gr.Textbox(
|