bol20162021 commited on
Commit
5d67a3b
1 Parent(s): 8602ab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- """Streamlit app for demoing nsql-llama-2-70B."""
2
 
3
  import json
4
  import os
@@ -49,7 +49,7 @@ def generate_sql(question, schema):
49
  yield token
50
 
51
 
52
- st.title("nsql-llama-2-70B Demo")
53
 
54
  expander = st.expander("Database Schema")
55
 
 
1
+ """Streamlit app for demoing SambaCoder-nsql-llama-2-70b."""
2
 
3
  import json
4
  import os
 
49
  yield token
50
 
51
 
52
+ st.title("SambaCoder-nsql-llama-2-70b Demo")
53
 
54
  expander = st.expander("Database Schema")
55