suvradeepp commited on
Commit
742cb0f
·
verified ·
1 Parent(s): d10d15c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ with st.sidebar:
48
  # Query input
49
  col1, col2 = st.columns([3, 1])
50
  with col1:
51
- repo = st.text_input("Repository", value="Shubhamsaboo/awesome-llm-apps", help="Format: owner/repo")
52
  with col2:
53
  query_type = st.selectbox("Query Type", [
54
  "Issues", "Pull Requests", "Repository Activity", "Custom"
@@ -134,7 +134,7 @@ if 'result' not in locals():
134
  <h4>How to use this app:</h4>
135
  <ol>
136
  <li>Enter your GitHub token in the sidebar</li>
137
- <li>Specify a repository (e.g., Shubhamsaboo/awesome-llm-apps)</li>
138
  <li>Select a query type or write your own</li>
139
  <li>Click 'Run Query' to see results</li>
140
  </ol>
 
48
  # Query input
49
  col1, col2 = st.columns([3, 1])
50
  with col1:
51
+ repo = st.text_input("Repository", value="princeton-nlp/intercode", help="Format: owner/repo")
52
  with col2:
53
  query_type = st.selectbox("Query Type", [
54
  "Issues", "Pull Requests", "Repository Activity", "Custom"
 
134
  <h4>How to use this app:</h4>
135
  <ol>
136
  <li>Enter your GitHub token in the sidebar</li>
137
+ <li>Specify a repository (e.g., princeton-nlp/intercode)</li>
138
  <li>Select a query type or write your own</li>
139
  <li>Click 'Run Query' to see results</li>
140
  </ol>