Update app.py
Browse files
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[
|
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 |
|