Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1001,6 +1001,10 @@ def create_interface():
|
|
1001 |
label="Visualization",
|
1002 |
elem_classes="chart-container"
|
1003 |
)
|
|
|
|
|
|
|
|
|
1004 |
|
1005 |
# Cost Prediction Tab
|
1006 |
with gr.Tab("💰 Cost Prediction", elem_classes="tab-content"):
|
|
|
1001 |
label="Visualization",
|
1002 |
elem_classes="chart-container"
|
1003 |
)
|
1004 |
+
processing_status = gr.Textbox( # Changed from raw_output
|
1005 |
+
label="Processing Status",
|
1006 |
+
elem_classes="status-box"
|
1007 |
+
)
|
1008 |
|
1009 |
# Cost Prediction Tab
|
1010 |
with gr.Tab("💰 Cost Prediction", elem_classes="tab-content"):
|