awacke1 commited on
Commit
228ea8a
ยท
verified ยท
1 Parent(s): 2ead4b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1208,7 +1208,7 @@ def StreamMedChatResponse(topic):
1208
 
1209
 
1210
  # 17. Main
1211
- def main():
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