Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,12 +39,11 @@ with col1:
|
|
39 |
]
|
40 |
)
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
|
44 |
except Exception as e:
|
45 |
st.error(f"Ein Fehler ist aufgetreten: {e}")
|
46 |
-
with col2:
|
47 |
-
if uploaded_file is not None and response not None:
|
48 |
-
# Antwort anzeigen
|
49 |
-
st.write("## Analyseergebnis:")
|
50 |
-
st.write(response.text)
|
|
|
39 |
]
|
40 |
)
|
41 |
|
42 |
+
with col2:
|
43 |
+
# Antwort anzeigen
|
44 |
+
st.write("## Analyseergebnis:")
|
45 |
+
st.write(response.text)
|
46 |
+
|
47 |
|
48 |
except Exception as e:
|
49 |
st.error(f"Ein Fehler ist aufgetreten: {e}")
|
|
|
|
|
|
|
|
|
|