Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,9 @@ interface = gr.Interface(
|
|
46 |
fn=chat,
|
47 |
inputs="textbox",
|
48 |
outputs="textbox",
|
49 |
-
title="
|
50 |
-
description="Chat with an AI assistant
|
|
|
51 |
)
|
52 |
|
53 |
interface.launch()
|
|
|
46 |
fn=chat,
|
47 |
inputs="textbox",
|
48 |
outputs="textbox",
|
49 |
+
title="Gemini App",
|
50 |
+
description="Chat with an AI assistant",
|
51 |
+
theme="soft"
|
52 |
)
|
53 |
|
54 |
interface.launch()
|