LaoCzi commited on
Commit
3f2374a
·
1 Parent(s): d37af10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -112,7 +112,10 @@ def comment_bot(slider_value, comment_text, question_text, answer_text):
112
 
113
  import gradio as gr
114
 
115
- description = """<img style="float: left;" src="https://huggingface.co/spaces/LaoCzi/YouControlChatBot/resolve/main/guru_b.png"><h3><b>FAQ GURU</b><br>Бот навчений на матеріалах академії за темою YouControl, про YC.market і YCW нічого не знає. <br> Будь ласка, оцініть його відповідь))) </h3>
 
 
 
116
  """
117
 
118
  demo = gr.Blocks(theme=gr.themes.Glass())
 
112
 
113
  import gradio as gr
114
 
115
+ description = """<img style="float: left; margin-right: 20px; " src="https://huggingface.co/spaces/LaoCzi/YouControlChatBot/resolve/main/guru_b.png">
116
+ <span style=""margin-top: 30px;><h3><b>FAQ GURU</b></h3><br>
117
+ Бот навчений на матеріалах академії за темою YouControl, про YC.market і YCW нічого не знає. <br> Будь ласка, оцініть його відповідь)))
118
+ </span>
119
  """
120
 
121
  demo = gr.Blocks(theme=gr.themes.Glass())