Crackershoot commited on
Commit
29d2ca1
·
verified ·
1 Parent(s): 7cbf62c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -507,7 +507,7 @@ with gr.Blocks(title="🤖 Dox the Data Professional's Guide 🤖"#,
507
  height=540
508
  )
509
 
510
- user_input = gr.Textbox(
511
  label="🙋 Ask Dox a question:",
512
  placeholder="Example: What is a regular expression?",
513
  lines=2,
 
507
  height=540
508
  )
509
 
510
+ question = gr.Textbox(
511
  label="🙋 Ask Dox a question:",
512
  placeholder="Example: What is a regular expression?",
513
  lines=2,