yxmauw commited on
Commit
79f6d65
1 Parent(s): 7710460

Update load_llms.py

Browse files
Files changed (1) hide show
  1. load_llms.py +1 -1
load_llms.py CHANGED
@@ -53,7 +53,7 @@ def format_html_string(html_string):
53
  def llm_intro(selected_model):
54
  html_string = model_description.get(selected_model, "No description available for this model selection.")
55
  formatted_description = format_html_string(html_string)
56
- return gr.Markdown(formatted_description)
57
 
58
 
59
  # cache models for faster reloads
 
53
  def llm_intro(selected_model):
54
  html_string = model_description.get(selected_model, "No description available for this model selection.")
55
  formatted_description = format_html_string(html_string)
56
+ return formatted_description
57
 
58
 
59
  # cache models for faster reloads