no
Browse files
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.Radio(label="Time Scale", choices=["1 hour", "24 hour", "All Data"]
|
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"])
|
968 |
get_graphs = gr.Button("Get Graphs")
|
969 |
|
970 |
with gr.Row():
|