vjain commited on
Commit
bd01a7f
1 Parent(s): c84f2f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ csv_dropdown = gr.inputs.Dropdown(
83
  input_text = gr.inputs.Textbox(
84
  label="Enter your questions here",
85
  placeholder="E.g. What is DNA?",
86
- lines=3,
87
- maxlength=500
88
  )
89
  text_output = gr.outputs.Textbox(label="Answer")
90
 
 
83
  input_text = gr.inputs.Textbox(
84
  label="Enter your questions here",
85
  placeholder="E.g. What is DNA?",
86
+ lines=3
87
+
88
  )
89
  text_output = gr.outputs.Textbox(label="Answer")
90