Max KHANOV commited on
Commit
7154e66
1 Parent(s): 6f51025

Better default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ st.header('Args')
4
  st.text('(Llama-7b sft)')
5
  col1, col2 = st.columns([3,1])
6
 
7
- example_num = st.selectbox("Select an example", ("None", "Example 1", "Example 2", "Example 3"), index=0)
8
 
9
  if example_num != "None":
10
  examples = {"Example 1": "What should you wear to a funeral?", "Example 2": "I need a good winter glove and I'm wondering what materials I should be looking for. I want something lightly insulated but weather resistant.", "Example 3": "My son is struggling to learn how to do addition. How can I teach him?"}
 
4
  st.text('(Llama-7b sft)')
5
  col1, col2 = st.columns([3,1])
6
 
7
+ example_num = st.selectbox("Select an example", ("None", "Example 1", "Example 2", "Example 3"), index=3)
8
 
9
  if example_num != "None":
10
  examples = {"Example 1": "What should you wear to a funeral?", "Example 2": "I need a good winter glove and I'm wondering what materials I should be looking for. I want something lightly insulated but weather resistant.", "Example 3": "My son is struggling to learn how to do addition. How can I teach him?"}