Update app.py
Browse files
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=
|
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
|