Skip to content

Commit

Permalink
Merge pull request #100 from 1chooo/ho-dev
Browse files Browse the repository at this point in the history
update: Refinaid
  • Loading branch information
1chooo authored Sep 8, 2023
2 parents bd228e3 + f7d515f commit 660ba9e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Empty file added Refinaid/App/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions Refinaid/App/app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'''
Create Date: 2023/09/08
Author: @1chooo (Hugo ChunHo Lin)
Version: v0.1.1
'''
Empty file added Refinaid/Client/__init__.py
Empty file.
Empty file added Refinaid/Server/__init__.py
Empty file.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from fastapi.templating import Jinja2Templates
from fastapi.responses import HTMLResponse
from fastapi.staticfiles import StaticFiles
from fastapi import Form, Depends, HTTPException
import gradio as gr
from Refinaid.gui.Launch import build_ui

Expand Down
2 changes: 1 addition & 1 deletion templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<path fill-rule="evenodd"
d="M8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z" />
</svg>
<span class="icon-badge">3</span>
<span class="icon-badge">6</span>
</a><!--//dropdown-toggle-->

<div class="dropdown-menu p-0" aria-labelledby="notifications-dropdown-toggle">
Expand Down

0 comments on commit 660ba9e

Please sign in to comment.