File tree Expand file tree Collapse file tree 12 files changed +16
-5
lines changed Expand file tree Collapse file tree 12 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
__pycache__ /
2
2
venv /
3
3
test.py
4
+ .keys
Original file line number Diff line number Diff line change
1
+ ![ banner of Simple AI UI] ( ./static/logo/banner.png )
2
+
1
3
# Simple AI UI
2
4
3
5
Simple AI UI is a minimalist and lightweight web GUI that allows you to host your own AI on your local network or the internet.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SIMPLE_AI_UI_SERVER_HOST=localhost
3
3
SIMPLE_AI_UI_SERVER_PORT = 5000
4
4
5
5
# Users
6
- SIMPLE_AI_UI_AUTH_USERS = junaid:junaid
6
+ SIMPLE_AI_UI_AUTH_USERS = joe:1234
7
7
SIMPLE_AI_UI_AUTH_NO_OF_USERS_PER_DAY = 1000
8
8
9
9
# API Requests
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > SIMPLE AI UI</ title >
8
8
< link rel ="stylesheet " href ="/static/style.css " />
9
+ < link rel ="shortcut icon " href ="/static/logo/favicon.ico " type ="image/x-icon ">
9
10
</ head >
10
11
11
12
< body >
12
13
< div class ="app-container ">
13
14
< header >
15
+ < img src ="/static/logo/icon.png " alt ="Icon of Simple AI UI " width ="100px ">
14
16
< h1 > SIMPLE AI UI</ h1 >
15
17
< button id ="theme-toggle " aria-label ="Toggle dark mode " onclick ="darkThemeToggle() "> 🌙</ button >
16
18
</ header >
17
19
18
20
< h1 > PAGE NOT FOUND!</ h1 >
19
21
< p > The Page your looking for is does not exist!</ p >
20
22
< p > Go to < a href ="/ "> HOME</ a > page.</ p >
21
- < script src ="/static/theme-toggle.js "> </ script >
23
+ < script src ="/static/theme-toggle.js "> </ script >
22
24
</ body >
23
25
24
26
</ html >
Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > SIMPLE AI UI</ title >
8
- < link rel ="stylesheet " href ="/static/style.css " />
8
+ < link rel ="shortcut icon " href ="/static/logo/favicon.ico " type ="image/x-icon ">
9
+ link rel="stylesheet" href="/static/style.css" />
9
10
</ head >
10
11
11
12
< body >
12
13
< div class ="app-container ">
13
14
< header >
15
+ < img src ="/static/logo/icon.png " alt ="Icon of Simple AI UI " width ="100px ">
14
16
< h1 > SIMPLE AI UI</ h1 >
15
17
< button id ="theme-toggle " aria-label ="Toggle dark mode " onclick ="darkThemeToggle() "> 🌙</ button >
16
18
</ header >
You can’t perform that action at this time.
0 commit comments