mrbeliever commited on
Commit
dffe9b9
·
verified ·
1 Parent(s): 1e10efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- st.set_page_config(page_title="Your App", page_icon="🤖", layout="wide", theme="dark")
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