Upload app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import re
|
3 |
-
from
|
4 |
|
5 |
def rgba_to_hex(color: str) -> str:
|
6 |
if color.startswith("#"):
|
|
|
1 |
import gradio as gr
|
2 |
import re
|
3 |
+
from agent import HektoreAgent
|
4 |
|
5 |
def rgba_to_hex(color: str) -> str:
|
6 |
if color.startswith("#"):
|