Update main.py
Browse files
main.py
CHANGED
@@ -176,4 +176,4 @@ async def on_message(message: cl.Message):
|
|
176 |
|
177 |
# Write the response to the Streamlit app.
|
178 |
#result = write_response(decoded_response)
|
179 |
-
await cl.Message(author="COPILOT",content=GoogleTranslator(source='auto', target='fr').translate(result)).send()
|
|
|
176 |
|
177 |
# Write the response to the Streamlit app.
|
178 |
#result = write_response(decoded_response)
|
179 |
+
#await cl.Message(author="COPILOT",content=GoogleTranslator(source='auto', target='fr').translate(result)).send()
|