ifw-arz commited on
Commit
cd478f2
1 Parent(s): f5d228a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def main():
66
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
67
 
68
  st.write("")
69
- col1, col2 = st.columns([0.3, 0.3])
70
  with col1: st.image("assets/ProKI_Logo.png", width=200)
71
  with col2: st.image("assets/qr-code.png", width=100)
72
  #with col2: st.markdown("<h2 style='text-align: right; color: black; font-family:Arial;font-size:2.25rem;'>Assistenzsystem</h2>", unsafe_allow_html=True)
 
66
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
67
 
68
  st.write("")
69
+ col1, col2 = st.columns([1, 0.2])
70
  with col1: st.image("assets/ProKI_Logo.png", width=200)
71
  with col2: st.image("assets/qr-code.png", width=100)
72
  #with col2: st.markdown("<h2 style='text-align: right; color: black; font-family:Arial;font-size:2.25rem;'>Assistenzsystem</h2>", unsafe_allow_html=True)