Polarisailabs commited on
Commit
be5d7c3
·
verified ·
1 Parent(s): c0591bf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def gradio_chat(query, model_label):
249
  gradio_ui = gr.Interface(
250
  fn=gradio_chat,
251
  inputs=[
252
- gr.Textbox(placeholder="Enter your message here..."),
253
  gr.Dropdown(
254
  choices=[item["label"] for item in available_models],
255
  value=available_models[0]["label"],
 
249
  gradio_ui = gr.Interface(
250
  fn=gradio_chat,
251
  inputs=[
252
+ gr.Textbox(label="",placeholder="Try: Best island in Maldives"),
253
  gr.Dropdown(
254
  choices=[item["label"] for item in available_models],
255
  value=available_models[0]["label"],