localsavageai commited on
Commit
6683926
·
verified ·
1 Parent(s): f99f326

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ if __name__ == "__main__":
146
  fn=chatbot,
147
  inputs=gr.Textbox(lines=7, placeholder="Enter your query here..."),
148
  outputs=gr.Textbox(lines=7, placeholder="Response from MTC will appear here..."),
149
- title="MTC Chatbot",
150
- description="Ask questions about MTC and get answers based on the provided data."
151
  )
152
  interface.launch()
153
 
 
146
  fn=chatbot,
147
  inputs=gr.Textbox(lines=7, placeholder="Enter your query here..."),
148
  outputs=gr.Textbox(lines=7, placeholder="Response from MTC will appear here..."),
149
+ title="Apprenez le savoir psychique",
150
+ description="Ask psychic questions about MTC."
151
  )
152
  interface.launch()
153