Spaces:
Runtime error
Runtime error
upd
Browse files
app.py
CHANGED
|
@@ -17,8 +17,9 @@ def state_player(message, history):
|
|
| 17 |
return history, history
|
| 18 |
|
| 19 |
def google_docs_embed(): #dummy
|
| 20 |
-
html_out = "<iframe src='https://docs.google.com/document/d/e/2PACX-1vQCMltKYqqUNbkM7yWIkzo7HKxCelusP1ocDKjjhRGv_4EHblWl_9hMIFBUdXSSdneTFo7dQUt70jN-/pub?embedded=true'></iframe>"
|
| 21 |
return html_out
|
|
|
|
| 22 |
|
| 23 |
#text_editor = gr.Textbox(lines=20, interactive=True, )
|
| 24 |
#embed_docs = gr.HTML()
|
|
|
|
| 17 |
return history, history
|
| 18 |
|
| 19 |
def google_docs_embed(): #dummy
|
| 20 |
+
html_out = "<iframe src='https://docs.google.com/document/d/e/2PACX-1vQCMltKYqqUNbkM7yWIkzo7HKxCelusP1ocDKjjhRGv_4EHblWl_9hMIFBUdXSSdneTFo7dQUt70jN-/pub?embedded=true' width='640' height='718' frameborder='0' marginheight='0' marginwidth='0'></iframe>"
|
| 21 |
return html_out
|
| 22 |
+
|
| 23 |
|
| 24 |
#text_editor = gr.Textbox(lines=20, interactive=True, )
|
| 25 |
#embed_docs = gr.HTML()
|