Spaces:
Runtime error
Runtime error
readme
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Try Gorilla
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.21.0
|
8 |
app_file: app.py
|
|
|
1 |
---
|
2 |
title: Try Gorilla
|
3 |
+
emoji: 🦍
|
4 |
colorFrom: red
|
5 |
+
colorTo: white
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.21.0
|
8 |
app_file: app.py
|
app.py
CHANGED
@@ -38,8 +38,8 @@ tab1, tab2 = st.tabs(["Intro", "Demo"])
|
|
38 |
|
39 |
with tab1:
|
40 |
st.markdown("# What is Gorilla?")
|
41 |
-
st.
|
42 |
-
|
43 |
|
44 |
with tab2:
|
45 |
col1, col2 = st.columns(2)
|
|
|
38 |
|
39 |
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 |
|
44 |
with tab2:
|
45 |
col1, col2 = st.columns(2)
|