Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,6 @@ human intelligence.
|
|
| 14 |
|
| 15 |
As we know we human beigns are having Natural Intelligence using which we are able to perform day to day task.And this intelligence we trained """)
|
| 16 |
|
| 17 |
-
st.button("Reset", type="primary")
|
| 18 |
if st.button("Answer from gpt"):
|
| 19 |
responds=openai.chat.completions.create(
|
| 20 |
model="gpt-3.5-turbo",
|
|
|
|
| 14 |
|
| 15 |
As we know we human beigns are having Natural Intelligence using which we are able to perform day to day task.And this intelligence we trained """)
|
| 16 |
|
|
|
|
| 17 |
if st.button("Answer from gpt"):
|
| 18 |
responds=openai.chat.completions.create(
|
| 19 |
model="gpt-3.5-turbo",
|