Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -43,6 +43,6 @@ with gr.Blocks() as demo:
|
|
| 43 |
embed_docs = gr.HTML()
|
| 44 |
|
| 45 |
b1.click(fn=state_player, inputs=[text_editor,state], outputs=[text_editor,state])
|
| 46 |
-
b2.click(google_docs_embed,
|
| 47 |
|
| 48 |
demo.launch(debug=True, enable_queue=True)
|
|
|
|
| 43 |
embed_docs = gr.HTML()
|
| 44 |
|
| 45 |
b1.click(fn=state_player, inputs=[text_editor,state], outputs=[text_editor,state])
|
| 46 |
+
b2.click(google_docs_embed,outputs=embed_docs) #in_dummy
|
| 47 |
|
| 48 |
demo.launch(debug=True, enable_queue=True)
|