Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -3,7 +3,7 @@ from dotenv import load_dotenv
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Set the page configuration to wide layout
|
| 6 |
-
st.set_page_config(layout="wide")
|
| 7 |
|
| 8 |
# Load environment variables from .env file
|
| 9 |
load_dotenv()
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Set the page configuration to wide layout
|
| 6 |
+
# st.set_page_config(layout="wide")
|
| 7 |
|
| 8 |
# Load environment variables from .env file
|
| 9 |
load_dotenv()
|