aquibmoin commited on
Commit
00eb3e5
·
verified ·
1 Parent(s): f0c148b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ def chatbot(user_input, context="", subdomain="", use_encoder=False, max_tokens=
416
  <button class="mapify-button">Create Mind Map on Mapify</button>
417
  </a>
418
  """
419
- return full_response, extracted_table_df, word_doc_path, exoplanet_data, iframe_html, mapify_button_html
420
 
421
  iface = gr.Interface(
422
  fn=chatbot,
 
416
  <button class="mapify-button">Create Mind Map on Mapify</button>
417
  </a>
418
  """
419
+ return full_response, extracted_table_df, word_doc_path, iframe_html, mapify_button_html
420
 
421
  iface = gr.Interface(
422
  fn=chatbot,