Spaces:
Sleeping
Sleeping
Fix of the UI
Browse files
app.py
CHANGED
|
@@ -212,10 +212,10 @@ def create_ui():
|
|
| 212 |
gr.Markdown("## Codebase Chat App with Repository Management")
|
| 213 |
gr.Markdown("""
|
| 214 |
**Instructions:**
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
""")
|
| 220 |
|
| 221 |
with gr.Row():
|
|
|
|
| 212 |
gr.Markdown("## Codebase Chat App with Repository Management")
|
| 213 |
gr.Markdown("""
|
| 214 |
**Instructions:**
|
| 215 |
+
1. Enter the GitHub repository URL you wish to clone and click **Git Clone 😺**.
|
| 216 |
+
2. After cloning, to see the new repository appear in the namespace dropdown, type any character into the URL box and click **Git Clone 😺** again.
|
| 217 |
+
3. Select the desired namespace from the dropdown.
|
| 218 |
+
4. Use the chatbot below to interact with the selected codebase.
|
| 219 |
""")
|
| 220 |
|
| 221 |
with gr.Row():
|