Durgaai-Solutions commited on
Commit
c263e0d
·
verified ·
1 Parent(s): 6276ecb

Update app.py

Browse files

Fixed HTML Layout

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -86,8 +86,8 @@ html = '''
86
  .Container {
87
  text-align: center;
88
  max-width: 800px;
89
- margin: 50px auto;
90
- padding: 20px;
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 Like : (hf_**********************************)<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 (App.py) File & Its Ready !!!</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>
 
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>