Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with tab1:
|
|
112 |
with col1:
|
113 |
text = st.text_area(
|
114 |
label='Input text',
|
115 |
-
value=examples[
|
116 |
height=200,
|
117 |
label_visibility='collapsed',
|
118 |
placeholder='Enter OCR generated text or choose an example')
|
|
|
112 |
with col1:
|
113 |
text = st.text_area(
|
114 |
label='Input text',
|
115 |
+
value=examples[example_title],
|
116 |
height=200,
|
117 |
label_visibility='collapsed',
|
118 |
placeholder='Enter OCR generated text or choose an example')
|