Update app.py
Browse files
app.py
CHANGED
@@ -115,4 +115,4 @@ if st.button("Extract Claims") and api_key:
|
|
115 |
claims_extraction=st.text(assistant_reply.strip())
|
116 |
|
117 |
# Citation
|
118 |
-
st.markdown("<sub>This app was created by [Tonic](https://huggingface.co/tonic)</sub>", unsafe_allow_html=True)
|
|
|
115 |
claims_extraction=st.text(assistant_reply.strip())
|
116 |
|
117 |
# Citation
|
118 |
+
st.markdown("<sub>This app was created by [Taylor Ennen](https://github.com/taylor-ennen/GPT-Streamlit-MVP) & [Tonic](https://huggingface.co/tonic)</sub>", unsafe_allow_html=True)
|