ctn8176 commited on
Commit
0f3f1e9
1 Parent(s): 7ee935b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-small Chatbot - Movie info ",
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"],)