lcjln commited on
Commit
fd4b886
Β·
verified Β·
1 Parent(s): e119da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -231,12 +231,6 @@ if st.session_state['chat_logs']:
231
  # κ·Έλž˜ν”„ 좜λ ₯
232
  st.plotly_chart(fig, use_container_width=True)
233
 
234
- # κ·Έλž˜ν”„ 클릭 μ‹œ μ‹œκ°„λŒ€ μΆ”κ°€
235
- click_data = st.session_state.get('click_data')
236
- if click_data:
237
- time_selected = click_data['points'][0]['x']
238
- add_selected_time(time_selected)
239
-
240
  # μ„ νƒλœ μ‹œκ°„λŒ€ ν‘œμ‹œ
241
  display_selected_times()
242
 
 
231
  # κ·Έλž˜ν”„ 좜λ ₯
232
  st.plotly_chart(fig, use_container_width=True)
233
 
 
 
 
 
 
 
234
  # μ„ νƒλœ μ‹œκ°„λŒ€ ν‘œμ‹œ
235
  display_selected_times()
236