Yuvrajspd09 commited on
Commit
a285c44
·
verified ·
1 Parent(s): 90faf8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
17
  st.title("🩺 AI-Powered Call Insights for Vocca")
18
  st.write("Analyze patient calls, detect urgency, and generate AI-powered responses.")
19
 
20
- user_input = st.text_area("📞 Enter Call Transcript:", height=150)
21
 
22
  if user_input:
23
  intent = classify_intent(user_input)
 
17
  st.title("🩺 AI-Powered Call Insights for Vocca")
18
  st.write("Analyze patient calls, detect urgency, and generate AI-powered responses.")
19
 
20
+ user_input = st.text_area("📞 Enter Call Transcript:", height=250)
21
 
22
  if user_input:
23
  intent = classify_intent(user_input)