Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -889,9 +889,10 @@ def create_demo():
|
|
889 |
|
890 |
def set_initial_values(request: gr.Request):
|
891 |
# Set user specific information (Session State)
|
892 |
-
user_id, user_in_narrative_id, narrative_id, experiment_id = set_user_id(request)
|
893 |
user_id = "user_2_0_0"
|
894 |
user_in_narrative_id = "0"
|
|
|
895 |
experiment_id = "2"
|
896 |
system_description_without_context = get_inst_without_context(experiment_id)
|
897 |
system_description_user_elicitation = get_user_preference_elicitation(experiment_id)
|
|
|
889 |
|
890 |
def set_initial_values(request: gr.Request):
|
891 |
# Set user specific information (Session State)
|
892 |
+
# user_id, user_in_narrative_id, narrative_id, experiment_id = set_user_id(request)
|
893 |
user_id = "user_2_0_0"
|
894 |
user_in_narrative_id = "0"
|
895 |
+
narrative_id = "0"
|
896 |
experiment_id = "2"
|
897 |
system_description_without_context = get_inst_without_context(experiment_id)
|
898 |
system_description_user_elicitation = get_user_preference_elicitation(experiment_id)
|