mbarnig commited on
Commit
7da53d2
·
verified ·
1 Parent(s): 58da1d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ with gr.Blocks() as demo:
124
  """
125
  )
126
  with gr.Row():
127
- mode = gr.Radio(choices=["Search", "Examples"], label = "You can run the examples without password.", value = "Examples")
128
- pw = gr.Textbox(lines=1, label="Enter the correct RTL password !")
129
  with gr.Row():
130
  question = gr.Textbox(lines=3, label="Please submit your question ?")
131
  with gr.Row():
 
124
  """
125
  )
126
  with gr.Row():
127
+ mode = gr.Radio(choices=["Search", "Examples"], label = "You can run the examples without password !", value = "Examples")
128
+ pw = gr.Textbox(lines=1, label="Enter the RTL password : ")
129
  with gr.Row():
130
  question = gr.Textbox(lines=3, label="Please submit your question ?")
131
  with gr.Row():