Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -789,7 +789,7 @@ def create_ui(manager: IssueManager):
|
|
789 |
extras=["fenced-code-blocks", "tables", "strike", "task_list"]
|
790 |
)
|
791 |
# Basic styling
|
792 |
-
preview_html =
|
793 |
<div style="border: 1px solid #e5e7eb; padding: 15px; border-radius: 8px; background-color: #f9fafb; font-family: 'Inter', sans-serif;">
|
794 |
<h4 style="margin-top: 0; margin-bottom: 10px;">
|
795 |
<a href='{issue.get('url', '#')}' target='_blank' style='color: #6d28d9; text-decoration: none; font-weight: 600;'>
|
|
|
789 |
extras=["fenced-code-blocks", "tables", "strike", "task_list"]
|
790 |
)
|
791 |
# Basic styling
|
792 |
+
preview_html = """
|
793 |
<div style="border: 1px solid #e5e7eb; padding: 15px; border-radius: 8px; background-color: #f9fafb; font-family: 'Inter', sans-serif;">
|
794 |
<h4 style="margin-top: 0; margin-bottom: 10px;">
|
795 |
<a href='{issue.get('url', '#')}' target='_blank' style='color: #6d28d9; text-decoration: none; font-weight: 600;'>
|