Spaces:
Runtime error
Runtime error
fix: typo in the syntax
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ textbox_whoareu = gr.Textbox(
|
|
255 |
placeholder="Who are you?",
|
256 |
)
|
257 |
|
258 |
-
class ChatInterface(gr.ChatInterface
|
259 |
async def _submit_fn(
|
260 |
self,
|
261 |
message: str,
|
|
|
255 |
placeholder="Who are you?",
|
256 |
)
|
257 |
|
258 |
+
class ChatInterface(gr.ChatInterface):
|
259 |
async def _submit_fn(
|
260 |
self,
|
261 |
message: str,
|