Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def figo(plot_type, df, title, xlabel=None, ylabel=None, legend_title=None, colo
|
|
45 |
y=sorted_data.index,
|
46 |
mode='lines+markers+text',
|
47 |
name=column,
|
48 |
-
text=sorted_data[column].round(
|
49 |
textposition="middle right"
|
50 |
))
|
51 |
|
|
|
45 |
y=sorted_data.index,
|
46 |
mode='lines+markers+text',
|
47 |
name=column,
|
48 |
+
text=sorted_data[column].round(2)*100,
|
49 |
textposition="middle right"
|
50 |
))
|
51 |
|