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 11__pycache__ /
22venv /
33test.py
4+ .keys
Original file line number Diff line number Diff line change 1+ ![ banner of Simple AI UI] ( ./static/logo/banner.png )
2+
13# Simple AI UI
24
35Simple 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
33SIMPLE_AI_UI_SERVER_PORT = 5000
44
55# Users
6- SIMPLE_AI_UI_AUTH_USERS = junaid:junaid
6+ SIMPLE_AI_UI_AUTH_USERS = joe:1234
77SIMPLE_AI_UI_AUTH_NO_OF_USERS_PER_DAY = 1000
88
99# API Requests
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > SIMPLE AI UI</ title >
88 < link rel ="stylesheet " href ="/static/style.css " />
9+ < link rel ="shortcut icon " href ="/static/logo/favicon.ico " type ="image/x-icon ">
910</ head >
1011
1112< body >
1213 < div class ="app-container ">
1314 < header >
15+ < img src ="/static/logo/icon.png " alt ="Icon of Simple AI UI " width ="100px ">
1416 < h1 > SIMPLE AI UI</ h1 >
1517 < button id ="theme-toggle " aria-label ="Toggle dark mode " onclick ="darkThemeToggle() "> 🌙</ button >
1618 </ header >
1719
1820 < h1 > PAGE NOT FOUND!</ h1 >
1921 < p > The Page your looking for is does not exist!</ p >
2022 < 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 >
2224</ body >
2325
2426</ html >
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < 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" />
910</ head >
1011
1112< body >
1213 < div class ="app-container ">
1314 < header >
15+ < img src ="/static/logo/icon.png " alt ="Icon of Simple AI UI " width ="100px ">
1416 < h1 > SIMPLE AI UI</ h1 >
1517 < button id ="theme-toggle " aria-label ="Toggle dark mode " onclick ="darkThemeToggle() "> 🌙</ button >
1618 </ header >
You can’t perform that action at this time.
0 commit comments