Sebbe33 commited on
Commit
40a87e2
·
verified ·
1 Parent(s): 0837489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -39,10 +39,10 @@ with col1:
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:
 
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: