Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omerdan03
/
LLM_local
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLM_local
/
debug.py
Omer Danziger
add chatbot
bb96974
about 2 years 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}
'
, [], {})