Plachta commited on
Commit
edfdaf1
·
verified ·
1 Parent(s): 6ea8719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- js=f"""
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)