Spaces:
Build error
Build error
fix markdown github
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with tab1:
|
|
79 |
st.write('<a target="_blank" href="https://platform.openai.com/docs/guides/embeddings">Embedding</a> is done via the OpenAI API with "text-embedding-ada-002"', unsafe_allow_html=True)
|
80 |
st.markdown("""---""")
|
81 |
st.write('Author: <a target="_blank" href="https://www.linkedin.com/in/daniel-avila-arias/">Daniel Avila</a>', unsafe_allow_html=True)
|
82 |
-
st.write('Repo: <a target="_blank" href="https://github.com/davila7/file-gpt
|
83 |
st.write("This software was developed with Code GPT, for more information visit: https://codegpt.co", unsafe_allow_html=True)
|
84 |
|
85 |
with tab2:
|
|
|
79 |
st.write('<a target="_blank" href="https://platform.openai.com/docs/guides/embeddings">Embedding</a> is done via the OpenAI API with "text-embedding-ada-002"', unsafe_allow_html=True)
|
80 |
st.markdown("""---""")
|
81 |
st.write('Author: <a target="_blank" href="https://www.linkedin.com/in/daniel-avila-arias/">Daniel Avila</a>', unsafe_allow_html=True)
|
82 |
+
st.write('Repo: <a target="_blank" href="https://github.com/davila7/file-gpt">Github</a>', unsafe_allow_html=True)
|
83 |
st.write("This software was developed with Code GPT, for more information visit: https://codegpt.co", unsafe_allow_html=True)
|
84 |
|
85 |
with tab2:
|