Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,8 +156,7 @@ c1, c2, c3 = st.columns([1, 3, 1])
|
|
| 156 |
# df = df.format(format_dictionary)
|
| 157 |
|
| 158 |
with c2:
|
| 159 |
-
st.
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
)
|
| 163 |
|
|
|
|
| 156 |
# df = df.format(format_dictionary)
|
| 157 |
|
| 158 |
with c2:
|
| 159 |
+
text_output=st.empty()
|
| 160 |
+
text_output.markdown(f"**Text:** {results[0]['generated_text']}")
|
| 161 |
+
|
|
|
|
| 162 |
|