Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
omerdan03
/
LLM_local
like
0
Runtime error
App
Files
Files
Community
main
LLM_local
/
debug.py
Omer Danziger
add chatbot
bb96974
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
streamlit.web
import
bootstrap
real_script =
'app.py'
bootstrap.run(real_script,
f'run.py
{real_script}
'
, [], {})