Spaces:
Sleeping
Sleeping
gamingflexer
commited on
Commit
·
4459b32
1
Parent(s):
fea5e09
Add navigation link to Database in catalouge.html and remove unnecessary title in edit_voice_product.html
Browse files
src/app/api/templates/catalouge.html
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
31 |
<div class="container">
|
32 |
<a class="navbar-brand" href="{% url 'index' %}" style="font-weight: bold;">HomePage</a>
|
|
|
33 |
<a href="{% url 'add_product_by_image' %}" class="btn btn-primary ml-1" style="padding: 0.5rem 1rem; font-size: 1rem;">Add a Product by Image</a>
|
34 |
</div>
|
35 |
</nav>
|
|
|
30 |
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
31 |
<div class="container">
|
32 |
<a class="navbar-brand" href="{% url 'index' %}" style="font-weight: bold;">HomePage</a>
|
33 |
+
<a class="navbar-brand" href="{% url 'index' %}" style="font-weight: bold;">Database</a>
|
34 |
<a href="{% url 'add_product_by_image' %}" class="btn btn-primary ml-1" style="padding: 0.5rem 1rem; font-size: 1rem;">Add a Product by Image</a>
|
35 |
</div>
|
36 |
</nav>
|
src/app/api/templates/edit_voice_product.html
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>{{ product.product_name }}</title>
|
7 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
8 |
<style>
|
9 |
/* Custom styles */
|
@@ -36,8 +35,6 @@
|
|
36 |
<head>
|
37 |
<meta charset="UTF-8">
|
38 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
39 |
-
<title>Your Title Here</title>
|
40 |
-
<!-- Include Gradio JS library -->
|
41 |
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.12.0/gradio.js"></script>
|
42 |
</head>
|
43 |
<body>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
6 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
7 |
<style>
|
8 |
/* Custom styles */
|
|
|
35 |
<head>
|
36 |
<meta charset="UTF-8">
|
37 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
38 |
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.12.0/gradio.js"></script>
|
39 |
</head>
|
40 |
<body>
|