Spaces:
Running
Running
Update chatgskd.py
Browse files- chatgskd.py +1 -1
chatgskd.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
import os
|
4 |
|
5 |
-
#
|
6 |
st.set_page_config(page_title="ChatGSKD", layout="wide")
|
7 |
|
8 |
# Load API Key from Hugging Face Secrets
|
|
|
2 |
import requests
|
3 |
import os
|
4 |
|
5 |
+
# Ensure this is the first Streamlit command
|
6 |
st.set_page_config(page_title="ChatGSKD", layout="wide")
|
7 |
|
8 |
# Load API Key from Hugging Face Secrets
|