Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,9 @@ with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
|
268 |
|
269 |
internet_option = gr.Radio(
|
270 |
choices=["on", "off"], value="off",
|
271 |
-
label="internet mode", elem_id="internet_option_radio"
|
|
|
|
|
272 |
serper_api_key = gr.Textbox(
|
273 |
value= os.getenv("SERPER_API_KEY"),
|
274 |
placeholder="Get one by visiting serper.dev",
|
|
|
268 |
|
269 |
internet_option = gr.Radio(
|
270 |
choices=["on", "off"], value="off",
|
271 |
+
label="internet mode", elem_id="internet_option_radio",
|
272 |
+
visible=False
|
273 |
+
)
|
274 |
serper_api_key = gr.Textbox(
|
275 |
value= os.getenv("SERPER_API_KEY"),
|
276 |
placeholder="Get one by visiting serper.dev",
|