bvd757 commited on
Commit
df88e6c
·
1 Parent(s): b57276f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def main():
125
  """
126
 
127
  # Рендерим через кастомный компонент
128
- st.components.v1.html(html_content, height=300, key="highlighter")
129
 
130
  # Обрабатываем клик
131
  if st.session_state.get("clicked_index") is not None:
 
125
  """
126
 
127
  # Рендерим через кастомный компонент
128
+ st.components.v1.html(html_content, height=300)
129
 
130
  # Обрабатываем клик
131
  if st.session_state.get("clicked_index") is not None: