Isotonic commited on
Commit
60fc3f2
1 Parent(s): be7d0ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def ai4p_gradio(input):
16
 
17
  demo = gr.Interface(
18
  fn=ai4p_gradio,
19
- inputs=gr.Textbox(lines=5, label="Input"),
20
  outputs=gr.HighlightedText(label="output"),
21
  )
22
  demo.launch()
 
16
 
17
  demo = gr.Interface(
18
  fn=ai4p_gradio,
19
+ inputs=gr.Textbox(lines=10, label="Input"),
20
  outputs=gr.HighlightedText(label="output"),
21
  )
22
  demo.launch()