Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
omerdan03
/
LLM_local
Like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bb96974
LLM_local
/
debug.py
Omer Danziger
add chatbot
bb96974
about 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
119 Bytes
from
streamlit.web
import
bootstrap
real_script =
'app.py'
bootstrap.run(real_script,
f'run.py
{real_script}
'
, [], {})