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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ if nav == 'Heuristic Pricing':
192
  col3, col4 = st.columns(2)
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
 
192
  col3, col4 = st.columns(2)
193
  with col3:
194
  df_nearby_stats = gdf_nearby_listings[["price"]].describe().round(2)
195
+ df_nearby_stats.columns = pd.Index(["Price"])
196
  st.table(df_nearby_stats.style.format("{:.2f}"))
197
  with col4:
198
  # Plot Stats