Spaces:
Build error
Build error
UI updates
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ elif option == 'Reverse model':
|
|
87 |
st.write("This model asks a question that would have resulted in the context you provide (a.k.a. it traverses backward through the interview)")
|
88 |
|
89 |
# Input fields
|
90 |
-
input = st.
|
91 |
|
92 |
|
93 |
|
|
|
87 |
st.write("This model asks a question that would have resulted in the context you provide (a.k.a. it traverses backward through the interview)")
|
88 |
|
89 |
# Input fields
|
90 |
+
input = st.text_area('Context', value=context_example) # user inputs context to construct a response (str)
|
91 |
|
92 |
|
93 |
|