Spaces:
Runtime error
Runtime error
tharunkr24
commited on
Commit
β’
91542bf
1
Parent(s):
5e2c5eb
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ for i in range(df.shape[0]):
|
|
16 |
recipe_id_to_row_num[df.iloc[i,0]] = i
|
17 |
|
18 |
|
19 |
-
LIKE_TEXT = "π"
|
20 |
-
FEEDBACK_RECEIVED_TEXT = "
|
21 |
SHOW_MORE = "Show more"
|
22 |
SHOW_LESS = "Show less"
|
23 |
|
|
|
16 |
recipe_id_to_row_num[df.iloc[i,0]] = i
|
17 |
|
18 |
|
19 |
+
LIKE_TEXT = "π update LLM"
|
20 |
+
FEEDBACK_RECEIVED_TEXT = "π Click search for updated results"
|
21 |
SHOW_MORE = "Show more"
|
22 |
SHOW_LESS = "Show less"
|
23 |
|