Update app.py
Browse files
app.py
CHANGED
|
@@ -507,7 +507,7 @@ with gr.Blocks(title="🤖 Dox the Data Professional's Guide 🤖"#,
|
|
| 507 |
height=540
|
| 508 |
)
|
| 509 |
|
| 510 |
-
|
| 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,
|