Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate_html_with_textarea(text_to_speak):
|
|
42 |
'''
|
43 |
|
44 |
# Streamlit App 🚀
|
45 |
-
st.title("
|
46 |
|
47 |
# Dropdown for file selection
|
48 |
file_option = st.selectbox("Select file:", ["usmle_16.2MB.jsonl", "usmle_2.08MB.jsonl"])
|
|
|
42 |
'''
|
43 |
|
44 |
# Streamlit App 🚀
|
45 |
+
st.title("AI Medical Explorer with Speech Synthesis 🎙")
|
46 |
|
47 |
# Dropdown for file selection
|
48 |
file_option = st.selectbox("Select file:", ["usmle_16.2MB.jsonl", "usmle_2.08MB.jsonl"])
|