Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def get_audio_html(audio_path, width="100%"):
|
|
112 |
def main():
|
113 |
|
114 |
# Sidebar with Useful Controls (All the VIP actions 🎛)
|
115 |
-
st.sidebar.title("
|
116 |
|
117 |
all_files = glob.glob("*.md")
|
118 |
all_files.sort(reverse=True)
|
|
|
112 |
def main():
|
113 |
|
114 |
# Sidebar with Useful Controls (All the VIP actions 🎛)
|
115 |
+
st.sidebar.title("🧠Claude📝")
|
116 |
|
117 |
all_files = glob.glob("*.md")
|
118 |
all_files.sort(reverse=True)
|