eagle0504 commited on
Commit
8569739
Β·
verified Β·
1 Parent(s): 1c104a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -34,21 +34,21 @@ def current_year():
34
 
35
 
36
  st.set_page_config(layout="wide")
37
- st.title("OpenAI GPT-4o πŸ€–")
38
 
39
 
40
  with st.sidebar:
41
  with st.expander("Instruction Manual"):
42
  st.markdown("""
43
- ## OpenAI GPT-4o πŸ€– Chatbot
44
- This Streamlit app allows you to chat with GPT-4o model.
45
  ### How to Use:
46
  1. **Input**: Type your prompt into the chat input box labeled "What is up?".
47
- 2. **Response**: The app will display a response from GPT-4o.
48
  3. **Chat History**: Previous conversations will be shown on the app.
49
  ### Credits:
50
  - **Developer**: [Yiqiao Yin](https://www.y-yin.io/) | [App URL](https://huggingface.co/spaces/eagle0504/gpt-4o-demo) | [LinkedIn](https://www.linkedin.com/in/yiqiaoyin/) | [YouTube](https://youtube.com/YiqiaoYin/)
51
- Enjoy chatting with OpenAI's GPT-4o model!
52
  """)
53
 
54
  # Example:
 
34
 
35
 
36
  st.set_page_config(layout="wide")
37
+ st.title("Just chat! πŸ€–")
38
 
39
 
40
  with st.sidebar:
41
  with st.expander("Instruction Manual"):
42
  st.markdown("""
43
+ ## OpenAI GPT-4 πŸ€– Chatbot
44
+ This Streamlit app allows you to chat with GPT-4 model. The model GPT-4o is deprecated due to high cost and will only be turned on for special occasions.
45
  ### How to Use:
46
  1. **Input**: Type your prompt into the chat input box labeled "What is up?".
47
+ 2. **Response**: The app will display a response from GPT-4.
48
  3. **Chat History**: Previous conversations will be shown on the app.
49
  ### Credits:
50
  - **Developer**: [Yiqiao Yin](https://www.y-yin.io/) | [App URL](https://huggingface.co/spaces/eagle0504/gpt-4o-demo) | [LinkedIn](https://www.linkedin.com/in/yiqiaoyin/) | [YouTube](https://youtube.com/YiqiaoYin/)
51
+ Enjoy chatting with OpenAI's GPT-4 model!
52
  """)
53
 
54
  # Example: