Add1E commited on
Commit
4939d77
·
1 Parent(s): 76e4da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,9 +120,9 @@ if st.button("What does GPT need?"):
120
  st.write("ChatGPT says it needs: ")
121
  st.code(response)
122
 
123
- response2 = send_to_chatgpt(prompt3, response)
124
- st.write("What ChatGPT wrote with this instructions")
125
- st.code(response2)
126
  else:
127
  st.error("Bitte geben Sie eine gültige URL ein.")
128
 
 
120
  st.write("ChatGPT says it needs: ")
121
  st.code(response)
122
 
123
+ #response2 = send_to_chatgpt(prompt3, response)
124
+ #st.write("What ChatGPT wrote with this instructions")
125
+ #st.code(response2)
126
  else:
127
  st.error("Bitte geben Sie eine gültige URL ein.")
128