nimool commited on
Commit
bb43e01
·
1 Parent(s): 4494f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ input_ = [
79
  show_download_button=True,
80
  show_edit_button=True,
81
  ),
82
- gr.TextBox(label="سوال خود را بنویسید.",
83
  lines=3,
84
  text_align="right",
85
  show_label=True,)
 
79
  show_download_button=True,
80
  show_edit_button=True,
81
  ),
82
+ gr.Textbox(label="سوال خود را بنویسید.",
83
  lines=3,
84
  text_align="right",
85
  show_label=True,)