philmui commited on
Commit
f3e6036
ยท
1 Parent(s): e0753bf

changed local reasoning sales prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with col2:
102
  st.markdown("__Local ('secure') reasoning__")
103
  st.text_area(label="ex2", label_visibility="collapsed", height=120,
104
  value="๐Ÿ”น For my company, what is the total sales " +
105
- "broken down by month?\n" +
106
  "๐Ÿ”น How many total artists are there in each "+
107
  "genres in our digital media database?\n" +
108
  "๐Ÿ”น How to best govern a city? (The Prince)\n" +
 
102
  st.markdown("__Local ('secure') reasoning__")
103
  st.text_area(label="ex2", label_visibility="collapsed", height=120,
104
  value="๐Ÿ”น For my company, what is the total sales " +
105
+ "broken down by month, labeled by months?\n" +
106
  "๐Ÿ”น How many total artists are there in each "+
107
  "genres in our digital media database?\n" +
108
  "๐Ÿ”น How to best govern a city? (The Prince)\n" +