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