Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|