Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1009,7 +1009,7 @@ async def handle_issue_select(evt: gr.SelectData):
|
|
1009 |
code_edit_component: gr.update(value={"error.txt": "# Error loading code\nPlease try again"}),
|
1010 |
ai_output_display: gr.update(value="*Error processing selection*")
|
1011 |
}
|
1012 |
-
|
1013 |
|
1014 |
|
1015 |
issue_list.select(
|
|
|
1009 |
code_edit_component: gr.update(value={"error.txt": "# Error loading code\nPlease try again"}),
|
1010 |
ai_output_display: gr.update(value="*Error processing selection*")
|
1011 |
}
|
1012 |
+
|
1013 |
|
1014 |
|
1015 |
issue_list.select(
|