ciaochris commited on
Commit
0631415
·
verified ·
1 Parent(s): 0ed1add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def create_interface():
138
  with gr.Blocks(css=custom_css, title="HumanTouch") as interface:
139
  with gr.Column(elem_id="main_container"):
140
  with gr.Row(elem_id="header"):
141
- gr.Markdown("<h1>🔮 HumanTouch</h1><p>The Alchemical Workspace for Text powered by Vers3Dynamics</p>")
142
 
143
  with gr.Tabs() as tabs:
144
  with gr.Tab("Humanizer", id="humanizer_tab"):
 
138
  with gr.Blocks(css=custom_css, title="HumanTouch") as interface:
139
  with gr.Column(elem_id="main_container"):
140
  with gr.Row(elem_id="header"):
141
+ gr.Markdown("<h1>🔮 HumanTouch Demo</h1><p>The Complete Experience can be Discovered on humanTouch.fun</p>")
142
 
143
  with gr.Tabs() as tabs:
144
  with gr.Tab("Humanizer", id="humanizer_tab"):