Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if uploaded_file is not None and analyze_button:
|
|
89 |
|
90 |
if show_details and additional_details:
|
91 |
prompt_text += (
|
92 |
-
f"\n\
|
93 |
)
|
94 |
|
95 |
|
|
|
89 |
|
90 |
if show_details and additional_details:
|
91 |
prompt_text += (
|
92 |
+
f"\n\nInclude the additional context provided by the user in your description:\n{additional_details}"
|
93 |
)
|
94 |
|
95 |
|