ewlya commited on
Commit
55fad64
·
verified ·
1 Parent(s): 1faff59

Create app222.py

Browse files
Files changed (1) hide show
  1. app222.py +6 -0
app222.py ADDED
@@ -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.")