Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
EWL
/
EaSimPower
like
1
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ewlya
commited on
May 13, 2025
Commit
55fad64
·
verified
·
1 Parent(s):
1faff59
Create app222.py
Browse files
Files changed (1)
hide
show
app222.py
+6
-0
app222.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
3
+
st.set_page_config(layout="wide")
4
+
st.title("✅ Test läuft!")
5
+
6
+
st.write("Wenn du das hier siehst, ist das Grundgerüst intakt.")