ifw-arz commited on
Commit
b704a19
1 Parent(s): de8ce68
Files changed (2) hide show
  1. app.py +3 -3
  2. assets/qr-code.png +0 -0
app.py CHANGED
@@ -66,9 +66,9 @@ def main():
66
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
67
 
68
  st.write("")
69
- col1, col2 = st.columns([0.5, 1])
70
  with col1: st.image("assets/ProKI_Logo.png", width=200)
71
- with col2: st.image("assets/ProKI_Logo.png", width=200)
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)
73
 
74
 
@@ -113,7 +113,7 @@ def main():
113
  with tab2:
114
 
115
  selected_file = st.selectbox("Oberflächenscan auswählen", sprint_csv_files, 0)
116
- col1, col_blanc, col2= st.columns([0.45, 0.1, 0.45], gap="large")
117
 
118
  with col1:
119
  try:
 
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=200)
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)
73
 
74
 
 
113
  with tab2:
114
 
115
  selected_file = st.selectbox("Oberflächenscan auswählen", sprint_csv_files, 0)
116
+ col1, col_blanc, col2= st.columns([0.6, 0.05, 0.35], gap="large")
117
 
118
  with col1:
119
  try:
assets/qr-code.png ADDED