bditto commited on
Commit
4adc8e8
·
verified ·
1 Parent(s): b5786cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, likeable=True)
58
  )
59
 
60
  if __name__ == "__main__":
61
  demo.launch(
62
  server_name="0.0.0.0",
63
  server_port=7860,
64
- share=False # Remove enable_queue parameter
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
  )