Update app.py
Browse filesFixed HTML Layout
app.py
CHANGED
@@ -86,8 +86,8 @@ html = '''
|
|
86 |
.Container {
|
87 |
text-align: center;
|
88 |
max-width: 800px;
|
89 |
-
margin:
|
90 |
-
padding:
|
91 |
background-color: #f9f9f9;
|
92 |
border: 4px solid lawngreen;
|
93 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
@@ -114,7 +114,7 @@ html = '''
|
|
114 |
<body>
|
115 |
<div class="Container">
|
116 |
<h1>Mixtral 7b Instruct v0.1 = Public Server</h1>
|
117 |
-
<p>Welcome To Durgaai Solutions Organisation ( To Use This Server Follow Given Steps )<br></br>1. Create Your Hugging Face Access Token
|
118 |
<a href="https://github.com/Durgaai-Solutions-Hub/Mixtral-7b-Instruct-v0.1" target="_blank">Github Link</a><p0> : Now Use It As Free With Unlimited Access To This AI Model</p0>
|
119 |
</div>
|
120 |
</body>
|
|
|
86 |
.Container {
|
87 |
text-align: center;
|
88 |
max-width: 800px;
|
89 |
+
margin: 40px;
|
90 |
+
padding: 12px;
|
91 |
background-color: #f9f9f9;
|
92 |
border: 4px solid lawngreen;
|
93 |
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
|
|
114 |
<body>
|
115 |
<div class="Container">
|
116 |
<h1>Mixtral 7b Instruct v0.1 = Public Server</h1>
|
117 |
+
<p>Welcome To Durgaai Solutions Organisation ( To Use This Server Follow Given Steps )<br></br>1. Create Your Hugging Face Access Token From Your HF Account <br></br>2. Go To Our { Github Organisation | Source Code } Page By Link Given Below<br></br>3. Download The Respository Do Suggested Changes To (Main-Application.py)</p>
|
118 |
<a href="https://github.com/Durgaai-Solutions-Hub/Mixtral-7b-Instruct-v0.1" target="_blank">Github Link</a><p0> : Now Use It As Free With Unlimited Access To This AI Model</p0>
|
119 |
</div>
|
120 |
</body>
|