Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def chat_function(message, history):
|
|
92 |
chat_interface = gr.ChatInterface(
|
93 |
chat_function,
|
94 |
textbox=gr.Textbox(placeholder="Type in any movie title, e.g., Oppenheimer, Barbie, Poor Things ", container=False, scale=7),
|
95 |
-
title="Palmyra-
|
96 |
description="This chatbot is powered by the Writer/Palmyra-small model and TMdb API. Type in any movie title and the chatbot will respond with the title, release date, genre, and link for more information. ",
|
97 |
theme="soft",
|
98 |
examples=["Oppenheimer", "Barbie", "Poor Things"],)
|
|
|
92 |
chat_interface = gr.ChatInterface(
|
93 |
chat_function,
|
94 |
textbox=gr.Textbox(placeholder="Type in any movie title, e.g., Oppenheimer, Barbie, Poor Things ", container=False, scale=7),
|
95 |
+
title="Palmyra-Small - Movie Chatbot ",
|
96 |
description="This chatbot is powered by the Writer/Palmyra-small model and TMdb API. Type in any movie title and the chatbot will respond with the title, release date, genre, and link for more information. ",
|
97 |
theme="soft",
|
98 |
examples=["Oppenheimer", "Barbie", "Poor Things"],)
|