Srinivasulu kethanaboina commited on
Commit
7dbb2e1
1 Parent(s): f40383a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ function redirectToPage() {
159
  <button onclick="redirectToPage()">Redirect to another page</button>
160
  '''
161
 
162
- gr.Interface(
163
  fn=chat_interface,
164
  inputs="text",
165
  outputs="html",
 
159
  <button onclick="redirectToPage()">Redirect to another page</button>
160
  '''
161
 
162
+ gr.ChatInterface(
163
  fn=chat_interface,
164
  inputs="text",
165
  outputs="html",