-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add WebUI (please merge with squash) (#27)
* 💄 Add webUI for aideml * add gradio webui * update requirements * update gitignore * 💄 Update webUI and use logs to display results * 💄 Add graio theme and strealit app * 💄 Update streamlit webui * 💄 fix issues for serialization on config display * 💄 Fix results at bottom issue * 💄 Update the streamlit webui theme * 💄 Update the streamlit app theme * 🔥 Remove gradio and use streamlit * 🚨 add linter workflow and fix issues * Add github action for linter * Fix current linter issues * 👷 Add github templates * Add issue templates * Add pr template * 🚨 Add black formatter (#25) * 🚨 Add black formatter * Add black to linter * Fix the formatting * 🚨 Update black linter to see the suggestion change * 💄 Add webUI for aideml * add gradio webui * update requirements * update gitignore * 💄 Update streamlit app * 🚨 fix linter issue * 👷 Fix styling issues for tree viz * 👷 Finalize the theme * ♻️ Refactor webui code * 📝 Update README * 🚨 fix linter * 🐛 fix conflict * ➕ Add dependecy
- Loading branch information
Showing
7 changed files
with
816 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,4 +167,4 @@ logs | |
.trunk | ||
|
||
.gradio/ | ||
.ruff_cache/ | ||
.ruff_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[theme] | ||
# Primary colors | ||
primaryColor="#0D0F18" # --wecopink: 343 98% 63% | ||
backgroundColor="#F0EFE9" # --background: 49 10% 94% | ||
secondaryBackgroundColor="#FFFFFF" # --card: 60 33.3% 98% | ||
textColor="#0A0A0A" # --primary: 0 0% 17% | ||
|
||
# Font | ||
font="sans serif" | ||
|
||
[ui] | ||
hideTopBar = true | ||
|
||
[client] | ||
toolbarMode = "minimal" | ||
showErrorDetails = true | ||
showSidebarNavigation = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.