Qiwei97 commited on
Commit
0b146f3
1 Parent(s): a96c9c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.dataframe(df_nearby_stats.style.format("{:.2f}"))
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))