Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python_workbook/data_writer_web_App.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

app = Flask(__name__)
html = """
<div class = "form>
<div class = "form">
<form action="{{url_for('sent')}}" method="POST">
<input title="Your email address will be safe with us." placeholder="Enter a line" type="text">
<button class ="go-button" type="submit"> Submit </button>
Expand Down