We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016579d commit 517e324Copy full SHA for 517e324
1 file changed
templates/index.html
@@ -7,7 +7,7 @@
7
<link rel="stylesheet" href="/static/styles/mainpage.css">
8
</head>
9
<body>
10
- <form action = "https://flaskapichallenge.herokuapp.com/processed" method = "POST">
+ <form action = "https://flaskapi-9cpk.onrender.com/processed" method = "POST">
11
<div class="outside">
12
<div class="inside">
13
<p>Enter your text here<br>e.g. {"text": "your text"} <b>OR</b> "your text":<br><input type = "json" name = "raw_text" /></p>
0 commit comments