Skip to content

Commit

Permalink
DEV: Remove external strings from demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindner committed Aug 19, 2024
1 parent 3b0c5d3 commit 6ff9de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions External/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Distribution is prohibited.

"""
Example Flask application (external).
Example Flask application.
"""

import os
Expand All @@ -24,7 +24,7 @@ def root():
html = """
<html>
<head>
<title>External Example Flask application</title>
<title>Example Flask application</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 20px; }
h1 { color: #333; }
Expand Down

0 comments on commit 6ff9de0

Please sign in to comment.