prasanna2003 commited on
Commit
43789bc
·
1 Parent(s): 72e5126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ interface = gr.Interface(
66
  ),
67
  ],
68
  outputs=output_components,
69
- title='AI Assistant Chatbot',
70
- description='Type in an instruction and input, and get a response from the AI assistant!',
71
  )
72
 
73
  interface.launch()
 
66
  ),
67
  ],
68
  outputs=output_components,
69
+ title='ChatOPT',
70
+ description='Type in an instruction and input, and get a response from the model',
71
  )
72
 
73
  interface.launch()