fixed typo bug
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ a_model = st.sidebar.selectbox(
|
|
| 18 |
)
|
| 19 |
|
| 20 |
st.header('Question-Answer Generation')
|
| 21 |
-
st.write(f'Model
|
| 22 |
|
| 23 |
txt = st.text_area('Text for context')
|
| 24 |
|
|
|
|
| 18 |
)
|
| 19 |
|
| 20 |
st.header('Question-Answer Generation')
|
| 21 |
+
st.write(f'Model: {q_model}')
|
| 22 |
|
| 23 |
txt = st.text_area('Text for context')
|
| 24 |
|