TA commited on
Commit
ace31f1
·
1 Parent(s): ee9fd2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Chatbox(placeholder=EXAMPLE_INPUT), outputs=gr.inputs.Textbox(), title=TITLE, description=SYSTEM_PROMPT, examples=[EXAMPLE_INPUT], allow_flagging=False, analytics_enabled=False, theme="huggingface")
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)