Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ llmgpt3 = AzureOpenAI( deployment_name="testdavanci", model_name="text-davi
|
|
34 |
|
35 |
with st.form("my_form"):
|
36 |
|
37 |
-
myurl = st.text_input("
|
38 |
|
39 |
yourquestion = st.text_input('Ask your question on best practices', 'What is Wipro plans for Biodiversity in 2024?')
|
40 |
st.write('Your input is ', yourquestion)
|
|
|
34 |
|
35 |
with st.form("my_form"):
|
36 |
|
37 |
+
myurl = st.text_input("What is the URL of the sustainability report?", "https://www.wipro.com/content/dam/nexus/en/sustainability/sustainability_reports/wipro-sustainability-report-fy-2021-22.pdf")
|
38 |
|
39 |
yourquestion = st.text_input('Ask your question on best practices', 'What is Wipro plans for Biodiversity in 2024?')
|
40 |
st.write('Your input is ', yourquestion)
|