Spaces:
Running
Running
Update app.py
Browse files
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,
|
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,
|