Spaces:
Sleeping
Sleeping
print("User data is empty.")
Browse files
app.py
CHANGED
@@ -558,7 +558,7 @@ def generate_paragraph_history(
|
|
558 |
print(content)
|
559 |
GCS_SERVICE.upload_json_string("jutor_logs", file_name, json.dumps(content))
|
560 |
else:
|
561 |
-
|
562 |
|
563 |
return scenario_input, \
|
564 |
topic_output, \
|
|
|
558 |
print(content)
|
559 |
GCS_SERVICE.upload_json_string("jutor_logs", file_name, json.dumps(content))
|
560 |
else:
|
561 |
+
print("User data is empty.")
|
562 |
|
563 |
return scenario_input, \
|
564 |
topic_output, \
|