Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,5 +64,5 @@ with st.form("my_form"):
|
|
64 |
|
65 |
if yourquestion:
|
66 |
answer = index.query(llm=llmgpt3, question=yourquestion, chain_type="map_reduce")
|
67 |
-
st.
|
68 |
|
|
|
64 |
|
65 |
if yourquestion:
|
66 |
answer = index.query(llm=llmgpt3, question=yourquestion, chain_type="map_reduce")
|
67 |
+
st.subheader(answer)
|
68 |
|