Spaces:
Runtime error
Runtime error
update button
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks(css=css) as demo:
|
|
37 |
state = gr.State()
|
38 |
with gr.Row():
|
39 |
b1 = gr.Button("Generate")
|
40 |
-
b2 = gr.Button("Docs API")
|
41 |
with gr.Row():
|
42 |
#in_dummy = gr.Textbox(visible=False) #, value='dummy')
|
43 |
embed_docs = gr.HTML(elem_id = "g-doc")
|
|
|
37 |
state = gr.State()
|
38 |
with gr.Row():
|
39 |
b1 = gr.Button("Generate")
|
40 |
+
#b2 = gr.Button("Docs API")
|
41 |
with gr.Row():
|
42 |
#in_dummy = gr.Textbox(visible=False) #, value='dummy')
|
43 |
embed_docs = gr.HTML(elem_id = "g-doc")
|