Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Mattdoc99
- opened
app.py
CHANGED
|
@@ -14,4 +14,4 @@ with header:
|
|
| 14 |
query = st.text_input('Enter a query:')
|
| 15 |
if query:
|
| 16 |
result = index.query(query)
|
| 17 |
-
st.write(result)
|
|
|
|
| 14 |
query = st.text_input('Enter a query:')
|
| 15 |
if query:
|
| 16 |
result = index.query(query)
|
| 17 |
+
st.write(result, text_color='black')
|