Update app110.py
Browse files
app110.py
CHANGED
@@ -912,7 +912,7 @@ if "task_choice" in st.session_state:
|
|
912 |
few_shot_examples=few_shot_text,
|
913 |
examples=examples_text,
|
914 |
user_prompt=user_prompt
|
915 |
-
|
916 |
|
917 |
|
918 |
else:
|
|
|
912 |
few_shot_examples=few_shot_text,
|
913 |
examples=examples_text,
|
914 |
user_prompt=user_prompt
|
915 |
+
)
|
916 |
|
917 |
|
918 |
else:
|