Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ client = InferenceClient(api_key=api)
|
|
| 8 |
|
| 9 |
@app.route('/')
|
| 10 |
def index():
|
| 11 |
-
return render_template('
|
| 12 |
|
| 13 |
@app.route("/run", methods=["POST"])
|
| 14 |
def run_code():
|
|
|
|
| 8 |
|
| 9 |
@app.route('/')
|
| 10 |
def index():
|
| 11 |
+
return render_template('index.html')
|
| 12 |
|
| 13 |
@app.route("/run", methods=["POST"])
|
| 14 |
def run_code():
|