Tonic commited on
Commit
359841d
·
unverified ·
1 Parent(s): ef5351a

adds mcp server, ssrmode false , refactor the global variables

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -195,7 +195,7 @@ def main():
195
  label="🤦🏻‍♂️Example Problems"
196
  )
197
  gr.Markdown(citation)
198
- demo.launch()
199
 
200
  if __name__ == "__main__":
201
- main(ssr_mode=False, mcp_server=True)
 
195
  label="🤦🏻‍♂️Example Problems"
196
  )
197
  gr.Markdown(citation)
198
+ demo.launch(ssr_mode=False, mcp_server=True)
199
 
200
  if __name__ == "__main__":
201
+ main()