aquibmoin commited on
Commit
41990b3
·
verified ·
1 Parent(s): 727c447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\nInsights from Existing Data: {data_insights}"
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 = """