davila7 commited on
Commit
c06c05d
1 Parent(s): 45f0cfa
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -40,10 +40,8 @@ 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:')
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:
49
  col1, col2 = st.columns(2)
 
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 about this demo here: [Medium](https://medium.com/@dan.avila7/try-gorilla-a-large-language-model-connected-with-massive-apis-442f3b554ffb)')
44
+ st.markdown('* All code was written with the help of CodeGPT (https://codegpt.co)')
 
 
45
 
46
  with tab2:
47
  col1, col2 = st.columns(2)