Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'>
|
| 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():
|