eaglelandsonce commited on
Commit
c97c14a
·
verified ·
1 Parent(s): 6286fd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -597,6 +597,8 @@ with tab3:
597
 
598
  with col2:
599
 
 
 
600
  # Displaying the audio player below the text
601
  voice_option3 = st.selectbox(
602
  'Choose a voice:',
@@ -635,7 +637,6 @@ with tab3:
635
  col3, col4 = st.columns(2)
636
  with col3:
637
 
638
- st.markdown(query3)
639
 
640
 
641
  data = load_data('grid.json') # Ensure this path is correct
 
597
 
598
  with col2:
599
 
600
+ st.markdown(query3)
601
+
602
  # Displaying the audio player below the text
603
  voice_option3 = st.selectbox(
604
  'Choose a voice:',
 
637
  col3, col4 = st.columns(2)
638
  with col3:
639
 
 
640
 
641
 
642
  data = load_data('grid.json') # Ensure this path is correct