Mattral commited on
Commit
5c426e5
·
verified ·
1 Parent(s): d6c928b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def check_rand(inp, val):
68
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
69
 
70
  with gr.Blocks() as app: # Add auth here
71
- gr.HTML("""<center><h1 style='font-size:xx-large;'>CareNetAI</h1><br><h3> made with love by YAiC </h3><br><h7>EXPERIMENTAL</center>""")
72
  with gr.Row():
73
  chat = gr.Chatbot(height=500)
74
  with gr.Group():
 
68
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
69
 
70
  with gr.Blocks() as app: # Add auth here
71
+ gr.HTML("""<center><h1 style='font-size:xx-large;'>PhoenixAI</h1><br><h3> made with love by Omdena </h3><br><h7>EXPERIMENTAL</center>""")
72
  with gr.Row():
73
  chat = gr.Chatbot(height=500)
74
  with gr.Group():