Jaward commited on
Commit
176bc42
·
verified ·
1 Parent(s): e76ee28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1059,7 +1059,7 @@ with gr.Blocks(title="Agent Feynman") as demo:
1059
  fn=None,
1060
  inputs=None,
1061
  outputs=None,
1062
- _js="""
1063
  () => {
1064
  window.updateSlideContent = (content) => {
1065
  document.querySelector('#slide-display textarea').value = content;
 
1059
  fn=None,
1060
  inputs=None,
1061
  outputs=None,
1062
+ js="""
1063
  () => {
1064
  window.updateSlideContent = (content) => {
1065
  document.querySelector('#slide-display textarea').value = content;