Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -766,7 +766,7 @@ def nutrition_disorder_streamlit():
|
|
766 |
#filtered_result = filtered_result.replace("\n", " ") # Normalize the result
|
767 |
if filtered_result is None:
|
768 |
print("Agent: Sorry, I encountered an error while filtering your input. Please try again.")
|
769 |
-
continue
|
770 |
else:
|
771 |
filtered_result = filtered_result.replace("\n", " ") # Normalize the result
|
772 |
print(f"filtered_result (2): {filtered_result}")
|
|
|
766 |
#filtered_result = filtered_result.replace("\n", " ") # Normalize the result
|
767 |
if filtered_result is None:
|
768 |
print("Agent: Sorry, I encountered an error while filtering your input. Please try again.")
|
769 |
+
#continue
|
770 |
else:
|
771 |
filtered_result = filtered_result.replace("\n", " ") # Normalize the result
|
772 |
print(f"filtered_result (2): {filtered_result}")
|