Spaces:
Runtime error
Runtime error
Commit
·
5e1dfaf
1
Parent(s):
b9701ec
Update app.py
Browse files
app.py
CHANGED
@@ -116,6 +116,7 @@ start_work = """async() => {
|
|
116 |
|
117 |
with gr.Blocks(title='Talk to CatGPT') as demo:
|
118 |
gr.Markdown("## Talk to CatGPT with your voice in your native language ! ##")
|
|
|
119 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
120 |
with gr.Box():
|
121 |
with gr.Row():
|
|
|
116 |
|
117 |
with gr.Blocks(title='Talk to CatGPT') as demo:
|
118 |
gr.Markdown("## Talk to CatGPT with your voice in your native language ! ##")
|
119 |
+
gr.Markdown("### Interact with CatGPT, a cat-based persona created by Cohere AI ! ###")
|
120 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
121 |
with gr.Box():
|
122 |
with gr.Row():
|