Kunal Kurve
commited on
Commit
·
d71a127
1
Parent(s):
ae19817
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ with st.sidebar:
|
|
26 |
openai_api_key = st.text_input("OpenAI API Key", type="password") if provider == "OpenAI" else None
|
27 |
hf_api_key = st.text_input("HuggingFace API Token", type="password") if provider == "HuggingFace" else None
|
28 |
|
|
|
29 |
# 🌐 URL Input
|
30 |
generic_url = st.text_input("Enter YouTube or Website URL", "")
|
31 |
|
|
|
26 |
openai_api_key = st.text_input("OpenAI API Key", type="password") if provider == "OpenAI" else None
|
27 |
hf_api_key = st.text_input("HuggingFace API Token", type="password") if provider == "HuggingFace" else None
|
28 |
|
29 |
+
|
30 |
# 🌐 URL Input
|
31 |
generic_url = st.text_input("Enter YouTube or Website URL", "")
|
32 |
|