We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3d236 commit 7714242Copy full SHA for 7714242
app.py
@@ -1,4 +1,5 @@
1
-# Test deploy via GitHub Actions
+# 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
3
from flask import Flask, request, redirect, url_for, render_template, send_from_directory, flash, session, current_app, abort, jsonify
4
import os
5
import pandas as pd
0 commit comments