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