davila7 commited on
Commit
45f0cfa
·
1 Parent(s): ae2086d

short medium url

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -40,7 +40,9 @@ with tab1:
40
  st.markdown("# What is Gorilla?")
41
  st.write('Gorilla is an advanced Large Language Model (LLM) designed to effectively interact with a wide range of APIs, enhancing the capabilities of LLMs in real-world applications.')
42
 
43
- st.markdown('* Read the article of this demo here: https://medium.com/@dan.avila7/try-gorilla-a-large-language-model-connected-with-massive-apis-442f3b554ffb')
 
 
44
  st.markdown('* All the code was written with the help of CodeGPT (https://codegpt.co)')
45
 
46
  with tab2:
 
40
  st.markdown("# What is Gorilla?")
41
  st.write('Gorilla is an advanced Large Language Model (LLM) designed to effectively interact with a wide range of APIs, enhancing the capabilities of LLMs in real-world applications.')
42
 
43
+ st.markdown('* Read the article of this demo here:')
44
+
45
+ st.markdown('* Read the article of this demo here: [Medium](https://medium.com/@dan.avila7/try-gorilla-a-large-language-model-connected-with-massive-apis-442f3b554ffb)')
46
  st.markdown('* All the code was written with the help of CodeGPT (https://codegpt.co)')
47
 
48
  with tab2: