Sri-Harsha commited on
Commit
e796968
·
verified ·
1 Parent(s): f474742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ api_token = 'ATATT3xFfGF09uFJnHFeDFU0_AKBZXP98fd2ZFLxzbZfTQ4Tr17IZxD6qoPbniEvLRW
19
 
20
  # Function to get user input for Jira query using Streamlit
21
  def get_user_input():
22
- summary_keyword = st.text_input("Enter summary keyword or phrase (e.g., Bug, Authentication issue):")
23
  return summary_keyword
24
 
25
  # Function to fetch Jira issues based on the keyword
@@ -54,7 +54,7 @@ def load_answer(question):
54
  return answer
55
 
56
  # Streamlit app layout
57
- st.title("Jira Issue Finder with Dynamic Explanations")
58
 
59
  # Get user input through Streamlit widgets
60
  summary_keyword = get_user_input()
 
19
 
20
  # Function to get user input for Jira query using Streamlit
21
  def get_user_input():
22
+ summary_keyword = st.text_input("You:")
23
  return summary_keyword
24
 
25
  # Function to fetch Jira issues based on the keyword
 
54
  return answer
55
 
56
  # Streamlit app layout
57
+ st.title("Trouble_Ticket_Finder")
58
 
59
  # Get user input through Streamlit widgets
60
  summary_keyword = get_user_input()