Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,10 +39,10 @@ with col1:
|
|
39 |
]
|
40 |
)
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
|
47 |
|
48 |
except Exception as e:
|
|
|
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:
|