Update app.py
Browse files
app.py
CHANGED
|
@@ -753,6 +753,8 @@ if uploaded_file:
|
|
| 753 |
with col2:
|
| 754 |
st.download_button(f"Download Reference Transcript (.TXT)", data=st.session_state.transcript_txt, file_name=f"{st.session_state.safe_filename}-Transcript.txt")
|
| 755 |
|
|
|
|
|
|
|
| 756 |
st.divider()
|
| 757 |
st.subheader("Revise Edit")
|
| 758 |
revision_brief = st.text_area("Want changes? Tell Junior Editor:", placeholder="e.g. Make it twice as long, add a graphic card for location, or write a VO intro.")
|
|
@@ -798,3 +800,4 @@ if uploaded_file:
|
|
| 798 |
|
| 799 |
|
| 800 |
|
|
|
|
|
|
| 753 |
with col2:
|
| 754 |
st.download_button(f"Download Reference Transcript (.TXT)", data=st.session_state.transcript_txt, file_name=f"{st.session_state.safe_filename}-Transcript.txt")
|
| 755 |
|
| 756 |
+
st.info("📝 **Note:** There seems to be a bug in Resolve that the first time you import the sequence into a bin, sometimes it won't relink. Just Delete the sequence and Import again and it should work.")
|
| 757 |
+
|
| 758 |
st.divider()
|
| 759 |
st.subheader("Revise Edit")
|
| 760 |
revision_brief = st.text_area("Want changes? Tell Junior Editor:", placeholder="e.g. Make it twice as long, add a graphic card for location, or write a VO intro.")
|
|
|
|
| 800 |
|
| 801 |
|
| 802 |
|
| 803 |
+
|