Update app.py
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ if __name__ == "__main__":
|
|
| 211 |
[symbol_input, textbox, temp_text_var],
|
| 212 |
[textbox, temp_text_var])
|
| 213 |
symbol_list.click(None, [symbol_list, symbol_list_json], textbox,
|
| 214 |
-
|
| 215 |
(i, symbols, text) => {{
|
| 216 |
let root = document.querySelector("body > gradio-app");
|
| 217 |
if (root.shadowRoot != null)
|
|
|
|
| 211 |
[symbol_input, textbox, temp_text_var],
|
| 212 |
[textbox, temp_text_var])
|
| 213 |
symbol_list.click(None, [symbol_list, symbol_list_json], textbox,
|
| 214 |
+
_js=f"""
|
| 215 |
(i, symbols, text) => {{
|
| 216 |
let root = document.querySelector("body > gradio-app");
|
| 217 |
if (root.shadowRoot != null)
|