Niansuh commited on
Commit
dcb434f
1 Parent(s): 5fab6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ st.sidebar.button('Reset Chat', on_click=reset_conversation) #Reset button
82
  # Create model description
83
  st.sidebar.write(f"You're now chatting with **{selected_model}**")
84
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
85
- st.sidebar.markdown("\n[ChatGPTBots](https://chatgptbots.net).")
86
 
87
 
88
 
 
82
  # Create model description
83
  st.sidebar.write(f"You're now chatting with **{selected_model}**")
84
  st.sidebar.markdown("*Generated content may be inaccurate or false.*")
85
+ st.sidebar.markdown("\n[TypeGPT](https://typegpt.net).")
86
 
87
 
88