Skip to content

Commit 7714242

Browse files
author
SM_SAYEED
committed
retry
1 parent eb3d236 commit 7714242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Test deploy via GitHub Actions
1+
# Test deploy via GitHub Actions. This app will temporarily run on a public IP.
2+
# It is a Flask web application that allows users to upload datasets, view results, and manage
23
from flask import Flask, request, redirect, url_for, render_template, send_from_directory, flash, session, current_app, abort, jsonify
34
import os
45
import pandas as pd

0 commit comments

Comments
 (0)