linx5o commited on
Commit
a40e7c2
·
1 Parent(s): e0ff368
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -964,7 +964,7 @@ with gr.Blocks() as demo:
964
 
965
  with gr.Tab("Default Graphs"):
966
  with gr.Row():
967
- time_scale = gr.RadioButton(label="Time Scale", choices=["1 hour", "24 hour", "All Data"], default="24 hour")
968
  get_graphs = gr.Button("Get Graphs")
969
 
970
  with gr.Row():
 
964
 
965
  with gr.Tab("Default Graphs"):
966
  with gr.Row():
967
+ time_scale = gr.Radio(label="Time Scale", choices=["1 hour", "24 hour", "All Data"], default="24 hour")
968
  get_graphs = gr.Button("Get Graphs")
969
 
970
  with gr.Row():