fixes_v8
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def main():
|
|
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:
|
|
|
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:
|