mgokg commited on
Commit
ee256ca
·
verified ·
1 Parent(s): 8bb7aab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  # Tabelle und Download-Button nebeneinander anordnen
38
  col1, col2 = st.columns([3, 1])
39
  with col1:
40
- st.dataframe(data, width=1200)
41
  with col2:
42
  # Excel-Datei generieren
43
  excel_buffer = io.BytesIO() # Erstellen eines BytesIO-Objekts
 
37
  # Tabelle und Download-Button nebeneinander anordnen
38
  col1, col2 = st.columns([3, 1])
39
  with col1:
40
+ st.dataframe(data, width=1500)
41
  with col2:
42
  # Excel-Datei generieren
43
  excel_buffer = io.BytesIO() # Erstellen eines BytesIO-Objekts