akhaliq HF Staff commited on
Commit
142f1c9
·
verified ·
1 Parent(s): 6de0ef1

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -0
app.py CHANGED
@@ -432,6 +432,5 @@ if __name__ == "__main__":
432
  css=APPLE_CSS,
433
  share=False,
434
  show_error=True,
435
- quiet=False,
436
- show_tips=False
437
  )
 
432
  css=APPLE_CSS,
433
  share=False,
434
  show_error=True,
435
+ quiet=False
 
436
  )
requirements.txt CHANGED
@@ -4,6 +4,7 @@ Pillow
4
  numpy
5
  pandas
6
  matplotlib
 
7
  fastapi
8
  uvicorn
9
  pydantic
 
4
  numpy
5
  pandas
6
  matplotlib
7
+ plotly
8
  fastapi
9
  uvicorn
10
  pydantic