LaoCzi commited on
Commit
c4c7232
·
1 Parent(s): 65b5140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -113,9 +113,8 @@ def comment_bot(slider_value, comment_text, question_text, answer_text):
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: 20px;"><h3><b>FAQ GURU</b></h3><br>
117
  Бот навчений на матеріалах академії за темою YouControl, про YC.market і YCW нічого не знає. <br> Будь ласка, оцініть його відповідь)))
118
- </span>
119
  """
120
 
121
  demo = gr.Blocks(theme=gr.themes.Soft())
 
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
+ <h3><b>FAQ GURU</b></h3><br>
117
  Бот навчений на матеріалах академії за темою YouControl, про YC.market і YCW нічого не знає. <br> Будь ласка, оцініть його відповідь)))
 
118
  """
119
 
120
  demo = gr.Blocks(theme=gr.themes.Soft())