darshil3011 commited on
Commit
a168a16
·
1 Parent(s): fb49ad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def call_gradio_api(user_input):
10
  # Interface for the Gradio app
11
  iface = gr.Interface(
12
  fn=call_gradio_api,
13
- inputs=gr.inputs.Textbox(lines=1, label="Input Text"),
14
  outputs=[gr.outputs.Textbox(label="Output 1"),
15
  gr.outputs.Textbox(label="Output 2"),
16
  gr.outputs.Textbox(label="Output 3")]
 
10
  # Interface for the Gradio app
11
  iface = gr.Interface(
12
  fn=call_gradio_api,
13
+ inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
14
  outputs=[gr.outputs.Textbox(label="Output 1"),
15
  gr.outputs.Textbox(label="Output 2"),
16
  gr.outputs.Textbox(label="Output 3")]