Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1208,7 +1208,7 @@ def StreamMedChatResponse(topic):
|
|
1208 |
|
1209 |
|
1210 |
# 17. Main
|
1211 |
-
def
|
1212 |
prompt = PromptPrefix2
|
1213 |
with st.expander("Prompts ๐", expanded=False):
|
1214 |
example_input = st.text_input("Enter your prompt text:", value=prompt, help="Enter text to get a response.")
|
@@ -1380,6 +1380,7 @@ if st.button("Clear Query Parameters", key='ClearQueryParams'):
|
|
1380 |
# 18. Run AI Pipeline
|
1381 |
if __name__ == "__main__":
|
1382 |
whisper_main()
|
|
|
1383 |
main()
|
1384 |
|
1385 |
|
|
|
1208 |
|
1209 |
|
1210 |
# 17. Main
|
1211 |
+
def arxivmain():
|
1212 |
prompt = PromptPrefix2
|
1213 |
with st.expander("Prompts ๐", expanded=False):
|
1214 |
example_input = st.text_input("Enter your prompt text:", value=prompt, help="Enter text to get a response.")
|
|
|
1380 |
# 18. Run AI Pipeline
|
1381 |
if __name__ == "__main__":
|
1382 |
whisper_main()
|
1383 |
+
arxivmain()
|
1384 |
main()
|
1385 |
|
1386 |
|