Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ with gr.Blocks() as demo:
|
|
| 130 |
|
| 131 |
with gr.Tab("Preformance by time of the day"):
|
| 132 |
time_of_day_comparison_ui = gr.DataFrame(dataframe_style(time_of_day_comparison_df), label="Time of day")
|
| 133 |
-
time_of_day_plot_ui = gr.Plot(time_of_day_plot, label="Time of the day plot", scale=1)
|
| 134 |
gr.Markdown("Hourly measurements were made in Central European Time.")
|
| 135 |
|
| 136 |
with gr.Tab("Costs comparison"):
|
|
|
|
| 130 |
|
| 131 |
with gr.Tab("Preformance by time of the day"):
|
| 132 |
time_of_day_comparison_ui = gr.DataFrame(dataframe_style(time_of_day_comparison_df), label="Time of day")
|
| 133 |
+
time_of_day_plot_ui = gr.Plot(time_of_day_plot, label="Time of the day plot", scale=1, width="100%")
|
| 134 |
gr.Markdown("Hourly measurements were made in Central European Time.")
|
| 135 |
|
| 136 |
with gr.Tab("Costs comparison"):
|