changed local reasoning sales prompt
Browse files
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" +
|