Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -645,7 +645,7 @@ def main():
|
|
645 |
# 🎨 View options - "Different strokes for different folks"
|
646 |
view_options = ['Show as Markdown', 'Show as Code Editor',
|
647 |
'Show as Edit and Save', 'Clone Document', 'New Record']
|
648 |
-
selected_view = st.selectbox("Select Viewer/Editor", view_options, index=2)
|
649 |
|
650 |
# 📄 Markdown view - "Mark it down, mark it up"
|
651 |
if selected_view == 'Show as Markdown':
|
|
|
645 |
# 🎨 View options - "Different strokes for different folks"
|
646 |
view_options = ['Show as Markdown', 'Show as Code Editor',
|
647 |
'Show as Edit and Save', 'Clone Document', 'New Record']
|
648 |
+
selected_view = st.sidebar.selectbox("Select Viewer/Editor", view_options, index=2)
|
649 |
|
650 |
# 📄 Markdown view - "Mark it down, mark it up"
|
651 |
if selected_view == 'Show as Markdown':
|