siyuansc commited on
Commit
f4fd74f
1 Parent(s): 489ee3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -283,6 +283,9 @@ arc4 = alt.Chart(semicircle_data4).mark_line(
283
  df_a_match['x'] = [pos[0]['x'] for pos in df_a_match['positions']]
284
  df_a_match['y'] = [pos[0]['y'] for pos in df_a_match['positions']]
285
 
 
 
 
286
 
287
  # brush2 = alt.selection_interval(
288
  # on="[mousedown[event.shiftKey], mouseup] > mousemove",
 
283
  df_a_match['x'] = [pos[0]['x'] for pos in df_a_match['positions']]
284
  df_a_match['y'] = [pos[0]['y'] for pos in df_a_match['positions']]
285
 
286
+ df_a_match.drop('positions', axis=1, inplace=True)
287
+ df_a_match.drop('tags', axis=1, inplace=True)
288
+
289
 
290
  # brush2 = alt.selection_interval(
291
  # on="[mousedown[event.shiftKey], mouseup] > mousemove",