Spaces:
Runtime error
Runtime error
Ubuntu
commited on
Commit
·
761013a
1
Parent(s):
0ea48b0
typo
Browse files
app.py
CHANGED
|
@@ -130,13 +130,13 @@ Label:
|
|
| 130 |
st.session_state.prompt = '''
|
| 131 |
Paraphrase the given sentence into a different sentence.
|
| 132 |
|
| 133 |
-
Input: Can you
|
| 134 |
Output: What upscale restaurants do you recommend in New York?
|
| 135 |
|
| 136 |
Input: What are the famous places we should not miss in Paris?
|
| 137 |
Output: Recommend some of the best places to visit in Paris?
|
| 138 |
|
| 139 |
-
Input: Could you
|
| 140 |
Output:
|
| 141 |
'''.strip()
|
| 142 |
st.session_state.temperature = "0.8"
|
|
|
|
| 130 |
st.session_state.prompt = '''
|
| 131 |
Paraphrase the given sentence into a different sentence.
|
| 132 |
|
| 133 |
+
Input: Can you recommend some upscale restaurants in New York?
|
| 134 |
Output: What upscale restaurants do you recommend in New York?
|
| 135 |
|
| 136 |
Input: What are the famous places we should not miss in Paris?
|
| 137 |
Output: Recommend some of the best places to visit in Paris?
|
| 138 |
|
| 139 |
+
Input: Could you recommend some hotels that have cheap price in Zurich?
|
| 140 |
Output:
|
| 141 |
'''.strip()
|
| 142 |
st.session_state.temperature = "0.8"
|