Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ if nav == 'Heuristic Pricing':
|
|
193 |
with col3:
|
194 |
df_nearby_stats = gdf_nearby_listings[["price"]].describe().round(2)
|
195 |
df_nearby_stats.columns = pd.Index(["value"])
|
196 |
-
st.
|
197 |
with col4:
|
198 |
# Plot Stats
|
199 |
fig = plt.figure(figsize=(10, 4))
|
|
|
193 |
with col3:
|
194 |
df_nearby_stats = gdf_nearby_listings[["price"]].describe().round(2)
|
195 |
df_nearby_stats.columns = pd.Index(["value"])
|
196 |
+
st.table(df_nearby_stats.style.format("{:.2f}"))
|
197 |
with col4:
|
198 |
# Plot Stats
|
199 |
fig = plt.figure(figsize=(10, 4))
|