Spaces:
Runtime error
Runtime error
TA
commited on
Commit
·
ace31f1
1
Parent(s):
ee9fd2b
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,6 @@ Expand your imagination and broaden your horizons with LLM. Welcome to **{TITLE}
|
|
80 |
"{EXAMPLE_INPUT}"
|
81 |
"""
|
82 |
|
83 |
-
iface = gr.Interface(fn=test_preview_chatbot, inputs=gr.
|
84 |
|
85 |
iface.launch(share=True)
|
|
|
80 |
"{EXAMPLE_INPUT}"
|
81 |
"""
|
82 |
|
83 |
+
iface = gr.Interface(fn=test_preview_chatbot, inputs=gr.inputs.Textbox(placeholder=EXAMPLE_INPUT), outputs=gr.outputs.Textbox(), title=TITLE, description=SYSTEM_PROMPT, examples=[EXAMPLE_INPUT], allow_flagging=False, analytics_enabled=False, theme="huggingface")
|
84 |
|
85 |
iface.launch(share=True)
|