Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def recommend(message):
|
|
23 |
# Book_author = answer['μκ°']
|
24 |
# Book_publisher = answer['μΆνμ¬']
|
25 |
# Book_comment = answer['μν']
|
26 |
-
|
27 |
|
28 |
gr.ChatInterface(
|
29 |
fn=recommend,
|
|
|
23 |
# Book_author = answer['μκ°']
|
24 |
# Book_publisher = answer['μΆνμ¬']
|
25 |
# Book_comment = answer['μν']
|
26 |
+
return answer
|
27 |
|
28 |
gr.ChatInterface(
|
29 |
fn=recommend,
|