Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ HTML_CONTENT = """
|
|
12 |
<head>
|
13 |
<meta charset="UTF-8">
|
14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
15 |
-
<title>
|
16 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
|
17 |
<style>
|
18 |
body {
|
@@ -174,7 +174,7 @@ HTML_CONTENT = """
|
|
174 |
</head>
|
175 |
<body>
|
176 |
<div class="container">
|
177 |
-
<h1>
|
178 |
<form id="uploadForm">
|
179 |
<input type="file" name="files" id="files" class="file-input" accept=".zip,.mp4,.txt,.mp3,image/*,.pdf" required multiple>
|
180 |
<label for="files" class="btn">Choose Files</label>
|
|
|
12 |
<head>
|
13 |
<meta charset="UTF-8">
|
14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
15 |
+
<title>Radd PRO Uploader</title>
|
16 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
|
17 |
<style>
|
18 |
body {
|
|
|
174 |
</head>
|
175 |
<body>
|
176 |
<div class="container">
|
177 |
+
<h1>Radd PRO Uploader</h1>
|
178 |
<form id="uploadForm">
|
179 |
<input type="file" name="files" id="files" class="file-input" accept=".zip,.mp4,.txt,.mp3,image/*,.pdf" required multiple>
|
180 |
<label for="files" class="btn">Choose Files</label>
|