Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
""" Simple Chatbot
|
2 |
-
@author: Nigel Gebodh
|
3 |
-
@email: [email protected]
|
4 |
|
5 |
-
"""
|
6 |
import numpy as np
|
7 |
import streamlit as st
|
8 |
from openai import OpenAI
|
@@ -203,7 +199,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, ask me a question"):
|
|
203 |
st.image(random_dog_pick)
|
204 |
st.write("This was the error message:")
|
205 |
st.write(e)
|
206 |
-
|
207 |
|
208 |
|
209 |
|
|
|
|
|
|
|
|
|
1 |
|
|
|
2 |
import numpy as np
|
3 |
import streamlit as st
|
4 |
from openai import OpenAI
|
|
|
199 |
st.image(random_dog_pick)
|
200 |
st.write("This was the error message:")
|
201 |
st.write(e)
|
202 |
+
|
203 |
|
204 |
|
205 |
|