Spaces:
Sleeping
Sleeping
research14
commited on
Commit
•
204e065
1
Parent(s):
f0030c7
minor fix in layout
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def interface():
|
|
230 |
|
231 |
# Event Handler for GPT 3.5 Chatbot
|
232 |
ling_ents_btn.click(gpt_respond, inputs=[have_key2, linguistic_entities, ling_ents_prompt, gpt_ling_ents_chatbot],
|
233 |
-
outputs=[
|
234 |
|
235 |
# Event Handler for LLaMA Chatbot
|
236 |
ling_ents_btn.click(llama_respond, inputs=[linguistic_entities, ling_ents_prompt, llama_ling_ents_chatbot],
|
|
|
230 |
|
231 |
# Event Handler for GPT 3.5 Chatbot
|
232 |
ling_ents_btn.click(gpt_respond, inputs=[have_key2, linguistic_entities, ling_ents_prompt, gpt_ling_ents_chatbot],
|
233 |
+
outputs=[ling_ents_prompt, gpt_ling_ents_chatbot])
|
234 |
|
235 |
# Event Handler for LLaMA Chatbot
|
236 |
ling_ents_btn.click(llama_respond, inputs=[linguistic_entities, ling_ents_prompt, llama_ling_ents_chatbot],
|