davila7 commited on
Commit
1f6598f
1 Parent(s): bc3d855

fix markdown github

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)">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:
 
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: