gskdsrikrishna commited on
Commit
0e6281e
·
verified ·
1 Parent(s): 389d91f

Update chatgskd.py

Browse files
Files changed (1) hide show
  1. chatgskd.py +1 -1
chatgskd.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import requests
3
  import os
4
 
5
- # Set page config **as the first Streamlit command**
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