Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ def chatbot(user_input, context="", subdomain="", use_encoder=False, max_tokens=
|
|
381 |
extracted_table_df = gpt_response_to_dataframe(response)
|
382 |
|
383 |
# Combine the response and the data insights
|
384 |
-
full_response = f"{response}\n\
|
385 |
|
386 |
# Embed Miro iframe
|
387 |
iframe_html = """
|
|
|
381 |
extracted_table_df = gpt_response_to_dataframe(response)
|
382 |
|
383 |
# Combine the response and the data insights
|
384 |
+
full_response = f"{response}\n\nEnd of Response"
|
385 |
|
386 |
# Embed Miro iframe
|
387 |
iframe_html = """
|