Chenzhou commited on
Commit
ea99edf
1 Parent(s): c996b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ with gr.Blocks() as demo:
48
  headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
49
  # datatype=["timestamp", "float", "float", "float", "float", "float"],
50
  label="Input Data", interactive=1)
 
51
  c_time2 = gr.Textbox(label="Current Time refreshed every second")
52
 
53
 
 
48
  headers=["referenceTime", "t", "ws", "prec1h", "fesn1h", "vis", "confidence"],
49
  # datatype=["timestamp", "float", "float", "float", "float", "float"],
50
  label="Input Data", interactive=1)
51
+ with gr.Column():
52
  c_time2 = gr.Textbox(label="Current Time refreshed every second")
53
 
54