Spaces:
Runtime error
Runtime error
Commit
·
2cb6075
1
Parent(s):
1fd9ae1
- app.py +4 -0
- requirements.txt +0 -119
app.py
CHANGED
@@ -6,8 +6,12 @@ import requests
|
|
6 |
import numpy as np
|
7 |
import os
|
8 |
|
|
|
|
|
|
|
9 |
st.title("Aidan Bench - Generator")
|
10 |
|
|
|
11 |
# API Key Inputs with Security and User Experience Enhancements
|
12 |
st.warning("Please keep your API keys secure and confidential. This app does not store or log your API keys.")
|
13 |
|
|
|
6 |
import numpy as np
|
7 |
import os
|
8 |
|
9 |
+
# Set the title in the browser tab
|
10 |
+
st.set_page_config(page_title="Aidan Bench - Generator")
|
11 |
+
|
12 |
st.title("Aidan Bench - Generator")
|
13 |
|
14 |
+
|
15 |
# API Key Inputs with Security and User Experience Enhancements
|
16 |
st.warning("Please keep your API keys secure and confidential. This app does not store or log your API keys.")
|
17 |
|
requirements.txt
CHANGED
@@ -1,120 +1 @@
|
|
1 |
-
altair==5.4.0
|
2 |
-
amqp==5.2.0
|
3 |
-
annotated-types==0.7.0
|
4 |
-
anyio==4.4.0
|
5 |
-
attrs==24.2.0
|
6 |
-
beautifulsoup4==4.10.0
|
7 |
-
billiard==4.2.0
|
8 |
-
blinker==1.4
|
9 |
-
cachetools==5.4.0
|
10 |
-
camelot-py==0.9.0
|
11 |
-
celery==5.4.0
|
12 |
-
certifi==2024.7.4
|
13 |
-
cffi==1.16.0
|
14 |
-
chardet==5.2.0
|
15 |
-
charset-normalizer==3.3.2
|
16 |
-
click==8.1.7
|
17 |
-
click-didyoumean==0.3.1
|
18 |
-
click-plugins==1.1.1
|
19 |
-
click-repl==0.3.0
|
20 |
-
colorama==0.4.6
|
21 |
-
coloredlogs==7.3
|
22 |
-
configparser==3.5.3
|
23 |
-
cryptography==42.0.5
|
24 |
-
dbus-python==1.2.18
|
25 |
-
decorator==5.1.1
|
26 |
-
distro==1.7.0
|
27 |
-
distro-info===1.1build1
|
28 |
-
et-xmlfile==1.1.0
|
29 |
-
excalibur-py==0.4.3
|
30 |
-
exceptiongroup==1.2.2
|
31 |
-
Flask==1.1.2
|
32 |
-
gitdb==4.0.11
|
33 |
-
GitPython==3.1.43
|
34 |
-
greenlet==3.0.3
|
35 |
-
h11==0.14.0
|
36 |
-
html5lib==1.1
|
37 |
-
httpcore==1.0.5
|
38 |
-
httplib2==0.20.2
|
39 |
-
httpx==0.27.0
|
40 |
-
humanfriendly==10.0
|
41 |
-
idna==3.7
|
42 |
-
img2pdf==0.4.2
|
43 |
-
importlib-metadata==4.6.4
|
44 |
-
itsdangerous==2.2.0
|
45 |
-
jeepney==0.7.1
|
46 |
-
Jinja2==3.1.3
|
47 |
-
jiter==0.5.0
|
48 |
-
jsonschema==4.23.0
|
49 |
-
jsonschema-specifications==2023.12.1
|
50 |
-
keyring==23.5.0
|
51 |
-
kombu==5.3.7
|
52 |
-
launchpadlib==1.10.16
|
53 |
-
lazr.restfulclient==0.14.4
|
54 |
-
lazr.uri==1.0.6
|
55 |
-
lxml==4.8.0
|
56 |
-
markdown-it-py==3.0.0
|
57 |
-
MarkupSafe==2.1.5
|
58 |
-
mdurl==0.1.2
|
59 |
-
more-itertools==8.10.0
|
60 |
-
narwhals==1.3.0
|
61 |
-
numpy==1.26.4
|
62 |
-
oauthlib==3.2.0
|
63 |
-
ocrmypdf==13.4.0+dfsg
|
64 |
-
olefile==0.46
|
65 |
openai==1.40.3
|
66 |
-
opencv-python==4.9.0.80
|
67 |
-
openpyxl==3.1.2
|
68 |
-
packaging==21.3
|
69 |
-
pandas==2.2.2
|
70 |
-
pdfminer.six==20231228
|
71 |
-
pikepdf==5.0.1+dfsg
|
72 |
-
Pillow==9.0.1
|
73 |
-
pluggy==0.13.0
|
74 |
-
prompt-toolkit==3.0.43
|
75 |
-
protobuf==5.27.3
|
76 |
-
py==1.11.0
|
77 |
-
pyarrow==17.0.0
|
78 |
-
pycparser==2.22
|
79 |
-
pydantic==2.8.2
|
80 |
-
pydantic_core==2.20.1
|
81 |
-
pydeck==0.9.1
|
82 |
-
Pygments==2.18.0
|
83 |
-
PyGObject==3.42.1
|
84 |
-
PyJWT==2.3.0
|
85 |
-
pyparsing==2.4.7
|
86 |
-
PyPDF2==3.0.1
|
87 |
-
python-apt==2.4.0+ubuntu1
|
88 |
-
python-dateutil==2.9.0.post0
|
89 |
-
pytz==2024.1
|
90 |
-
PyYAML==5.4.1
|
91 |
-
referencing==0.35.1
|
92 |
-
reportlab==3.6.8
|
93 |
-
requests==2.32.3
|
94 |
-
retry==0.9.2
|
95 |
-
rich==13.7.1
|
96 |
-
rpds-py==0.20.0
|
97 |
-
SecretStorage==3.3.1
|
98 |
-
six==1.16.0
|
99 |
-
smmap==5.0.1
|
100 |
-
sniffio==1.3.1
|
101 |
-
soupsieve==2.3.1
|
102 |
-
SQLAlchemy==2.0.29
|
103 |
-
streamlit==1.37.1
|
104 |
-
systemd-python==234
|
105 |
-
tenacity==8.5.0
|
106 |
-
toml==0.10.2
|
107 |
-
tornado==6.4.1
|
108 |
-
tqdm==4.57.0
|
109 |
-
typing_extensions==4.11.0
|
110 |
-
tzdata==2024.1
|
111 |
-
ubuntu-advantage-tools==8001
|
112 |
-
unattended-upgrades==0.1
|
113 |
-
urllib3==2.2.2
|
114 |
-
vine==5.1.0
|
115 |
-
wadllib==1.3.6
|
116 |
-
watchdog==4.0.2
|
117 |
-
wcwidth==0.2.13
|
118 |
-
webencodings==0.5.1
|
119 |
-
Werkzeug==0.16.1
|
120 |
-
zipp==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai==1.40.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|