runtime error

Exit code: 1. Reason: File "/app/app.py", line 1 import gradio as gr\n\ndef greet(name):\n return "Olá, " + name + "! O Space Aurora está funcionando!"\n\niface = gr.Interface(fn=greet, inputs="text", outputs="text")\niface.launch() ^ SyntaxError: unexpected character after line continuation character

Container logs:

Fetching error logs...