Chenzhou commited on
Commit
a642d4a
1 Parent(s): c560442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,11 +82,11 @@ description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time t
82
  # outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
83
 
84
  with gr.Blocks() as demo:
85
- with gr.Row():
86
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
87
  + title
88
  + "</h1>")
89
  gr.Markdown(description)
 
90
  with gr.Column():
91
  inputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
92
  headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
 
82
  # outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
83
 
84
  with gr.Blocks() as demo:
85
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
 
86
  + title
87
  + "</h1>")
88
  gr.Markdown(description)
89
+ with gr.Row():
90
  with gr.Column():
91
  inputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
92
  headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],