adnansami1992sami commited on
Commit
a14444c
·
1 Parent(s): e90fa44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ def chat(client: Client):
90
  ["Can you tell me more about deep-water soloing?"],
91
  ["Can you write a short tweet about the Apache 2.0 release of our latest AI model, Falcon LLM?"],
92
  ],
 
93
  inputs=inputs,
94
  label="Click on any example and press Enter in the input textbox!",
95
  )
 
90
  ["Can you tell me more about deep-water soloing?"],
91
  ["Can you write a short tweet about the Apache 2.0 release of our latest AI model, Falcon LLM?"],
92
  ],
93
+ inputs = gr.Row(input_text, enter_button)
94
  inputs=inputs,
95
  label="Click on any example and press Enter in the input textbox!",
96
  )