Spaces:
Paused
Paused
Add content generation tip
Browse files
app.py
CHANGED
|
@@ -98,6 +98,13 @@ def process_topic_inputs(name: str, topic: str, audience: str, progress_bar):
|
|
| 98 |
st.write(f'''Slides content:\n{slides_content}''')
|
| 99 |
progress_bar.progress(100, text='Done!')
|
| 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
# Move on to step 2
|
| 102 |
st.divider()
|
| 103 |
st.header('Step 2: Make it structured')
|
|
|
|
| 98 |
st.write(f'''Slides content:\n{slides_content}''')
|
| 99 |
progress_bar.progress(100, text='Done!')
|
| 100 |
|
| 101 |
+
st.info(
|
| 102 |
+
'The generated content doesn\'t look so great?'
|
| 103 |
+
' Need alternatives? Just change your description text and try again.'
|
| 104 |
+
' For example, you can start describing like "Create a slide deck on..."',
|
| 105 |
+
icon="ℹ️"
|
| 106 |
+
)
|
| 107 |
+
|
| 108 |
# Move on to step 2
|
| 109 |
st.divider()
|
| 110 |
st.header('Step 2: Make it structured')
|