aquibmoin commited on
Commit
cca7bae
1 Parent(s): 359bfc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ def chatbot(user_input, context="", use_encoder=False, max_tokens=150, temperatu
310
  <button class="mapify-button">Create Mind Map on Mapify</button>
311
  </a>
312
  """
313
- return full_response, extracted_table_df, word_doc_path, exoplanet_data, miro_html, mapify_button_html
314
 
315
  iface = gr.Interface(
316
  fn=chatbot,
 
310
  <button class="mapify-button">Create Mind Map on Mapify</button>
311
  </a>
312
  """
313
+ return full_response, extracted_table_df, word_doc_path, exoplanet_data, iframe_html, mapify_button_html
314
 
315
  iface = gr.Interface(
316
  fn=chatbot,