Shaltiel commited on
Commit
33a5457
โ€ข
1 Parent(s): 637fa88

Adjusted spacing

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css='''
79
  flex-direction: column;
80
  align-items: center;
81
  width: 100%;
82
- font-size: 1.5em;
83
  }
84
 
85
  textarea {
@@ -93,9 +93,9 @@ with gr.Blocks(css='''
93
  </a>
94
  <div class="dicta-intro-text">
95
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
96
- <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.</p>
97
- <p dir='rtl'> ื‘ืจื•ื›ื™ื ื”ื‘ืื™ื ืœื“ืžื• ื”ืื™ื ื˜ืจืืงื˜ื™ื‘ื™ ืฉืœ DictaLM-2.0. ื—ืงืจื• ืืช ื™ื›ื•ืœื•ืช ื”ืžื•ื“ืœ ืฉืœื ื• ื•ืจืื• ื›ื™ืฆื“ ื”ื•ื ื™ื›ื•ืœ ืœืกื™ื™ืข ืœื›ื ื‘ืžืฉื™ืžื•ืชื™ื›ื.</p>
98
- <p dir='rtl'> ื”ืžื•ื“ืœ ืžืฉื•ื—ืจืจ ืœื ื—ืœืช ื”ื›ืœืœ ื•ืืคืฉืจ ืœื”ื•ืจื™ื“ื• ื‘ืงื™ืฉื•ืจ: <a href="https://huggingface.co/dicta-il/dictalm2.0-instruct">ื›ืืŸ</a></p>
99
  </div>
100
  </div>
101
  """)
 
79
  flex-direction: column;
80
  align-items: center;
81
  width: 100%;
82
+ font-size: 1.1em;
83
  }
84
 
85
  textarea {
 
93
  </a>
94
  <div class="dicta-intro-text">
95
  <h1>DictaLM 2.0 - Instruct Chat Demo</h1>
96
+ <p>Welcome to the interactive demo of DictaLM-2.0. Explore the capabilities of our model and see how it can assist with your tasks.<br/>
97
+ <span dir='rtl'> ื‘ืจื•ื›ื™ื ื”ื‘ืื™ื ืœื“ืžื• ื”ืื™ื ื˜ืจืืงื˜ื™ื‘ื™ ืฉืœ DictaLM-2.0. ื—ืงืจื• ืืช ื™ื›ื•ืœื•ืช ื”ืžื•ื“ืœ ืฉืœื ื• ื•ืจืื• ื›ื™ืฆื“ ื”ื•ื ื™ื›ื•ืœ ืœืกื™ื™ืข ืœื›ื ื‘ืžืฉื™ืžื•ืชื™ื›ื.</span><br/>
98
+ <span dir='rtl'> ื”ืžื•ื“ืœ ืžืฉื•ื—ืจืจ ืœื ื—ืœืช ื”ื›ืœืœ ื•ืืคืฉืจ ืœื”ื•ืจื™ื“ื• ื‘ืงื™ืฉื•ืจ: <a href="https://huggingface.co/dicta-il/dictalm2.0-instruct">ื›ืืŸ</a></span></p>
99
  </div>
100
  </div>
101
  """)