Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,9 @@ def chat_with_rezAi(message, history):
|
|
100 |
# Simple Gradio interface
|
101 |
demo = gr.ChatInterface(
|
102 |
fn=chat_with_rezAi,
|
103 |
-
title="
|
104 |
-
description="
|
|
|
105 |
)
|
106 |
|
107 |
if __name__ == "__main__":
|
|
|
100 |
# Simple Gradio interface
|
101 |
demo = gr.ChatInterface(
|
102 |
fn=chat_with_rezAi,
|
103 |
+
title="RezAI",
|
104 |
+
description="RezAI: Trained on Reza's resume.",
|
105 |
+
theme = "monochrome"
|
106 |
)
|
107 |
|
108 |
if __name__ == "__main__":
|