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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -83,7 +83,10 @@ description = "Stockholm E4 (59°23'44.7"" N 17°59'00.4""E) highway real time t
83
 
84
  with gr.Blocks() as demo:
85
  with gr.Row():
86
- gr.Interface(title= title, description=description)
 
 
 
87
  with gr.Column():
88
  inputs = gr.Dataframe(row_count = (1, "fixed"), col_count=(7,"fixed"),
89
  headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
 
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"],