Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
128 |
-
pw = gr.Textbox(lines=1, label="Enter the
|
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():
|