acecalisto3 commited on
Commit
f42d8ce
·
verified ·
1 Parent(s): e5ab8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = f"""
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;'>