Spaces:
Runtime error
Runtime error
Srinivasulu kethanaboina
commited on
Commit
•
7dbb2e1
1
Parent(s):
f40383a
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ function redirectToPage() {
|
|
159 |
<button onclick="redirectToPage()">Redirect to another page</button>
|
160 |
'''
|
161 |
|
162 |
-
gr.
|
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",
|