Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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)
|