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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ csv_dropdown = gr.inputs.Dropdown(
82
  )
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
  )
 
82
  )
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
  )