Jekyll2000 commited on
Commit
6db3d96
1 Parent(s): d12008b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -37,9 +37,9 @@ rpds-py==0.10.6
37
  six==1.16.0
38
  smmap==5.0.1
39
  soupsieve==2.5
40
- streamlit==1.36.0
41
- streamlit-js-eval==0.1.7
42
- streamlit-pdf-viewer==0.0.14
43
  tenacity==8.2.3
44
  toml==0.10.2
45
  toolz==0.12.0
@@ -50,4 +50,4 @@ tzlocal==5.1
50
  urllib3==2.0.6
51
  validators==0.22.0
52
  watchdog==3.0.0
53
- zipp==3.17.0
 
37
  six==1.16.0
38
  smmap==5.0.1
39
  soupsieve==2.5
40
+ gradio==3.44.4 # Replace streamlit with gradio
41
+ #streamlit-js-eval==0.1.7 # Remove this as it's specific to Streamlit
42
+ #streamlit-pdf-viewer==0.0.14 # Remove this as it's specific to Streamlit
43
  tenacity==8.2.3
44
  toml==0.10.2
45
  toolz==0.12.0
 
50
  urllib3==2.0.6
51
  validators==0.22.0
52
  watchdog==3.0.0
53
+ zipp==3.17.0