Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -562,13 +562,7 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
|
|
562 |
|
563 |
with gr.Column():
|
564 |
#result = gr.Image(label="Comparison pLot")
|
565 |
-
result = gr.BarPlot(
|
566 |
-
pd.DataFrame(columns=["Country", "Difference adverse cumulative growth"]),
|
567 |
-
x="Country",
|
568 |
-
y="Difference adverse cumulative growth",
|
569 |
-
color="Country",
|
570 |
-
x_bin=1,
|
571 |
-
)
|
572 |
def update_sheets(file):
|
573 |
return get_sheet_names(file)
|
574 |
|
|
|
562 |
|
563 |
with gr.Column():
|
564 |
#result = gr.Image(label="Comparison pLot")
|
565 |
+
result = gr.BarPlot()
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
def update_sheets(file):
|
567 |
return get_sheet_names(file)
|
568 |
|