artificialguybr commited on
Commit
286c406
·
1 Parent(s): 4a32d2f

Update app.py with CodeLLAMA 34B Free Demo

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -68,7 +68,9 @@ def chat(history, system_message, max_tokens, temperature, top_p, top_k, repetit
68
  with gr.Blocks() as demo:
69
  with gr.Row():
70
  with gr.Column():
71
- description = """
 
 
72
  <div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
73
  <strong>Explore the Capabilities of CodeLLAMA 34B</strong>
74
  </div>
@@ -87,7 +89,6 @@ with gr.Blocks() as demo:
87
  <p> <strong>HF Created by:</strong> @artificialguybr (<a href="https://twitter.com/artificialguybr">Twitter</a>)</p>
88
  <p> <strong>Discover more:</strong> <a href="https://artificialguy.com">artificialguy.com</a></p>
89
  """
90
- gr.Markdown(description)
91
  chatbot = gr.Chatbot()
92
  message = gr.Textbox(label="What do you want to chat about?", placeholder="Ask me anything.", lines=3)
93
  submit = gr.Button(value="Send message")
 
68
  with gr.Blocks() as demo:
69
  with gr.Row():
70
  with gr.Column():
71
+ gr.Markdown("CodeLLAMA 34B Free Demo")
72
+ gr.Markdown(description)
73
+ description="""
74
  <div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
75
  <strong>Explore the Capabilities of CodeLLAMA 34B</strong>
76
  </div>
 
89
  <p> <strong>HF Created by:</strong> @artificialguybr (<a href="https://twitter.com/artificialguybr">Twitter</a>)</p>
90
  <p> <strong>Discover more:</strong> <a href="https://artificialguy.com">artificialguy.com</a></p>
91
  """
 
92
  chatbot = gr.Chatbot()
93
  message = gr.Textbox(label="What do you want to chat about?", placeholder="Ask me anything.", lines=3)
94
  submit = gr.Button(value="Send message")