AgaMiko commited on
Commit
76cab36
1 Parent(s): c80bd44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if __name__ == "__main__":
72
  st.image(img_full)
73
  st.title("VLT5 - Reason for Contact generator")
74
  st.markdown("#### RfC Generation model.")
75
- st.markdown("**Input***: Whole conversation. Should specify roles (e.g. *AGENT: Hello, how can I help you? CLIENT: Hi, I would like to report a stolen card.* Put a whole conversation or full e-mail here.")
76
  st.markdown("**Output**: Reason for calling for the whole conversation.")
77
  st.markdown("#### RfC Detection model.")
78
  st.markdown("**Input**: A single turn from the conversation e.g. *'Hello, how can I help you?'* or *'Hi, I would like to report a stolen card.'. Put a single turn or a few sentences here.*")
 
72
  st.image(img_full)
73
  st.title("VLT5 - Reason for Contact generator")
74
  st.markdown("#### RfC Generation model.")
75
+ st.markdown("**Input**: Whole conversation. Should specify roles e.g. *AGENT: Hello, how can I help you? CLIENT: Hi, I would like to report a stolen card.* Put a whole conversation or full e-mail here.")
76
  st.markdown("**Output**: Reason for calling for the whole conversation.")
77
  st.markdown("#### RfC Detection model.")
78
  st.markdown("**Input**: A single turn from the conversation e.g. *'Hello, how can I help you?'* or *'Hi, I would like to report a stolen card.'. Put a single turn or a few sentences here.*")