Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enotkrutoy
/
WhiteRabbitNeo-Llama-3-WhiteRabbitNeo-8B-v2.0
like
0
Runtime error
App
Files
Files
Community
enotkrutoy
commited on
6 days ago
Commit
e97f41b
•
1 Parent(s):
a42a2b8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import streamlit as st
2
3
# Инициализация истории сессий
4
if "recon_history" not in st.session_state:
1
import streamlit as st
2
+
import os
3
4
# Инициализация истории сессий
5
if "recon_history" not in st.session_state: