AdityaRatan commited on
Commit
133ae5d
·
verified ·
1 Parent(s): 80502cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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"):