mrbeliever commited on
Commit
be3db2c
1 Parent(s): ac5c555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ from PIL import Image
6
  from io import BytesIO # Correctly import BytesIO from the io module
7
 
8
  # Set page title and layout
9
- st.set_page_config(page_title="Image Caption Generator", layout="centered")
10
-
11
 
12
  # API key from environment variable
13
  API_KEY = os.environ.get("NEBIUS_API_KEY")
 
6
  from io import BytesIO # Correctly import BytesIO from the io module
7
 
8
  # Set page title and layout
9
+ st.set_page_config(page_title="Image Caption Generator", layout="wide")
 
10
 
11
  # API key from environment variable
12
  API_KEY = os.environ.get("NEBIUS_API_KEY")