Spaces:
Runtime error
Runtime error
Commit
·
28da8a8
1
Parent(s):
5f19569
Update main.py
Browse files
main.py
CHANGED
@@ -64,9 +64,9 @@ class UserInterface():
|
|
64 |
|
65 |
|
66 |
st.subheader("Context")
|
67 |
-
context = st.
|
68 |
st.subheader("Question")
|
69 |
-
question = st.
|
70 |
|
71 |
|
72 |
template = """
|
|
|
64 |
|
65 |
|
66 |
st.subheader("Context")
|
67 |
+
context = st.text_input(disabled=text_input_visibility)
|
68 |
st.subheader("Question")
|
69 |
+
question = st.text_input(disabled=text_input_visibility)
|
70 |
|
71 |
|
72 |
template = """
|