Sebbe33 commited on
Commit
0837489
·
verified ·
1 Parent(s): 80e2b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
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}")