Houzeric commited on
Commit
c25921e
·
verified ·
1 Parent(s): 77c658d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import re
3
- from WebpageCreator.agent import HektoreAgent
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("#"):