Removing typo
Browse files
app.py
CHANGED
|
@@ -32,6 +32,3 @@ with gr.Blocks() as app:
|
|
| 32 |
insert_button2.click(fn=insert_snippet, inputs=[snippet2, text_editor, text_editor.cursor_position], outputs=[text_editor, preview_box, text_editor.cursor_position])
|
| 33 |
|
| 34 |
app.launch()
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
demo.launch(css=css)
|
|
|
|
| 32 |
insert_button2.click(fn=insert_snippet, inputs=[snippet2, text_editor, text_editor.cursor_position], outputs=[text_editor, preview_box, text_editor.cursor_position])
|
| 33 |
|
| 34 |
app.launch()
|
|
|
|
|
|
|
|
|