Spaces:
Runtime error
Runtime error
Srinivasulu kethanaboina commited on
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",
|