Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,12 +54,12 @@ demo = gr.ChatInterface(
|
|
| 54 |
"Python code for air quality sensor"
|
| 55 |
],
|
| 56 |
title="🤖 REACT Ethical AI Lab",
|
| 57 |
-
chatbot=gr.Chatbot(height=500
|
| 58 |
)
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
demo.launch(
|
| 62 |
server_name="0.0.0.0",
|
| 63 |
server_port=7860,
|
| 64 |
-
share=False
|
| 65 |
)
|
|
|
|
| 54 |
"Python code for air quality sensor"
|
| 55 |
],
|
| 56 |
title="🤖 REACT Ethical AI Lab",
|
| 57 |
+
chatbot=gr.Chatbot(height=500) # Removed invalid 'likeable' parameter
|
| 58 |
)
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
demo.launch(
|
| 62 |
server_name="0.0.0.0",
|
| 63 |
server_port=7860,
|
| 64 |
+
share=False
|
| 65 |
)
|