ifw-arz commited on
Commit
f5d228a
1 Parent(s): b704a19
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ def main():
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
 
@@ -118,7 +118,7 @@ def main():
118
  with col1:
119
  try:
120
  fig = surface_plot(selected_file)
121
- fig.update_layout(height=300, width=400)
122
  st.plotly_chart(fig, theme="streamlit", use_container_width=False)
123
  except:
124
  pass
 
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)
73
 
74
 
 
118
  with col1:
119
  try:
120
  fig = surface_plot(selected_file)
121
+ fig.update_layout(height=600, width=800)
122
  st.plotly_chart(fig, theme="streamlit", use_container_width=False)
123
  except:
124
  pass