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