simonlee-cb commited on
Commit
6f710fc
·
1 Parent(s): eca8836

chore: update host

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from PIL import Image, ImageOps
3
  from internal.api import APIClient
4
 
5
- client = APIClient("http://localhost:3000")
6
 
7
  def gallery(column, images):
8
  groups = []
 
2
  from PIL import Image, ImageOps
3
  from internal.api import APIClient
4
 
5
+ client = APIClient("https://collage-ai.onrender.com")
6
 
7
  def gallery(column, images):
8
  groups = []