Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,8 @@ def remove_scrollbar():
|
|
| 39 |
|
| 40 |
|
| 41 |
def ui():
|
| 42 |
-
|
|
|
|
| 43 |
api_key = st.text_input('Enter your OpenAI key here: ')
|
| 44 |
if api_key is not None and api_key != '':
|
| 45 |
os.environ["OPENAI_API_KEY"] = api_key
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
def ui():
|
| 42 |
+
st.title('Hyde for Wikipedia Pages')
|
| 43 |
+
st.markdown("This is question Answering for Wikipedia made using LLama Index and Hyde")
|
| 44 |
api_key = st.text_input('Enter your OpenAI key here: ')
|
| 45 |
if api_key is not None and api_key != '':
|
| 46 |
os.environ["OPENAI_API_KEY"] = api_key
|