Spaces:
Running
Running
Srinivasulu kethanaboina
commited on
Commit
•
24847cd
1
Parent(s):
cddaae9
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ footer {
|
|
159 |
}
|
160 |
label.svelte-1b6s6s {display: none}
|
161 |
'''
|
162 |
-
gr.ChatInterface(
|
163 |
css=css,
|
164 |
description="FernAI",
|
165 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
|
|
159 |
}
|
160 |
label.svelte-1b6s6s {display: none}
|
161 |
'''
|
162 |
+
gr.ChatInterface(chat_interface,
|
163 |
css=css,
|
164 |
description="FernAI",
|
165 |
clear_btn=None, undo_btn=None, retry_btn=None,
|