Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,4 +115,3 @@ with gr.Blocks() as demo:
|
|
115 |
run_button_component.click(fn=user, inputs=user_inputs, outputs=[text_prompt_component, chatbot_component], queue=False).then(fn=bot, inputs=bot_inputs, outputs=[chatbot_component])
|
116 |
text_prompt_component.submit(fn=user, inputs=user_inputs, outputs=[text_prompt_component, chatbot_component], queue=False).then(fn=bot, inputs=bot_inputs, outputs=[chatbot_component])
|
117 |
demo.launch()
|
118 |
-
-i wanted my custom app to be functional like this one. Fux my code taking Reference then apply my customization for le prof one . I have utilized system instructions there. And more modifications as discussed
|
|
|
115 |
run_button_component.click(fn=user, inputs=user_inputs, outputs=[text_prompt_component, chatbot_component], queue=False).then(fn=bot, inputs=bot_inputs, outputs=[chatbot_component])
|
116 |
text_prompt_component.submit(fn=user, inputs=user_inputs, outputs=[text_prompt_component, chatbot_component], queue=False).then(fn=bot, inputs=bot_inputs, outputs=[chatbot_component])
|
117 |
demo.launch()
|
|