質問編集履歴
1
returnの後ろのスペースを消した
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
tle=df.to_html("searched.html")
|
52
52
|
|
53
|
-
|
53
|
+
return render_template("searched.html",tle=tle)
|
54
54
|
|
55
55
|
```
|
56
56
|
|