Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def chat_with_gpt(prompt, history):
|
|
| 26 |
return response.choices[0].message.content.strip()
|
| 27 |
|
| 28 |
|
| 29 |
-
st.title("Contextual Chatbot")
|
| 30 |
|
| 31 |
st.markdown(f"""
|
| 32 |
<style>
|
|
|
|
| 26 |
return response.choices[0].message.content.strip()
|
| 27 |
|
| 28 |
|
| 29 |
+
st.title("Contextual Chatbot using openai")
|
| 30 |
|
| 31 |
st.markdown(f"""
|
| 32 |
<style>
|