Ziyou Li commited on
Commit
6e3e359
·
1 Parent(s): 5e1bac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
82
  # datatype=["timestamp", "float", "float", "float", "float", "float"],
83
  label="Input Data", interactive=1)
84
  with gr.Column():
85
- outputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])
86
 
87
  with gr.Row():
88
  btn_sub = gr.Button(value="Submit")
 
82
  # datatype=["timestamp", "float", "float", "float", "float", "float"],
83
  label="Input Data", interactive=1)
84
  with gr.Column():
85
+ outputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Freeflow Level"])
86
 
87
  with gr.Row():
88
  btn_sub = gr.Button(value="Submit")