Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ demo = gr.ChatInterface(
|
|
329 |
fn=respond,
|
330 |
type='messages',
|
331 |
multimodal=True,
|
332 |
-
title='Scriptura: A MultiAgent System for Screenplay Creation and Editing',
|
333 |
description=description,
|
334 |
show_progress='full',
|
335 |
fill_height=True,
|
|
|
329 |
fn=respond,
|
330 |
type='messages',
|
331 |
multimodal=True,
|
332 |
+
title='Scriptura: A MultiAgent System for Screenplay Creation and Editing 🎞️',
|
333 |
description=description,
|
334 |
show_progress='full',
|
335 |
fill_height=True,
|