ysharma HF staff commited on
Commit
454b0bf
1 Parent(s): c1aea12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -32,7 +32,7 @@ PLACEHOLDER1 = """
32
  </div>
33
  """
34
 
35
- PLACEHOLDER = """
36
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
37
  <img src="https://ysharma-dummy-chat-app.hf.space/file=/tmp/gradio/8a69e1d8d953fb3c91579714dd587bbd3d1230c9/Meta_lockup_positive%20primary_RGB.png" style="width: 80%; max-width: 450px; height: auto; opacity: 0.55; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
38
  <h1 style="font-size: 28px; margin-bottom: 2px; color: #000; opacity: 0.55;">Meta llama3</h1>
@@ -40,6 +40,14 @@ PLACEHOLDER = """
40
  </div>
41
  """
42
 
 
 
 
 
 
 
 
 
43
  css = """
44
  h1 {
45
  text-align: center;
 
32
  </div>
33
  """
34
 
35
+ PLACEHOLDER2 = """
36
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
37
  <img src="https://ysharma-dummy-chat-app.hf.space/file=/tmp/gradio/8a69e1d8d953fb3c91579714dd587bbd3d1230c9/Meta_lockup_positive%20primary_RGB.png" style="width: 80%; max-width: 450px; height: auto; opacity: 0.55; margin-bottom: 10px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
38
  <h1 style="font-size: 28px; margin-bottom: 2px; color: #000; opacity: 0.55;">Meta llama3</h1>
 
40
  </div>
41
  """
42
 
43
+ PLACEHOLDER = """
44
+ <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
45
+ <img src="https://ysharma-dummy-chat-app.hf.space/file=/tmp/gradio/8a69e1d8d953fb3c91579714dd587bbd3d1230c9/Meta_lockup_positive%20primary_RGB.png" style="width: 80%; max-width: 450px; height: auto; opacity: 0.55; ">
46
+ <h1 style="font-size: 28px; margin-bottom: 2px; color: #000; opacity: 0.55;">Meta llama3</h1>
47
+ <p style="font-size: 18px; margin-bottom: 2px; color: #000; opacity: 0.65;">Ask me anything...</p>
48
+ </div>
49
+ """
50
+
51
  css = """
52
  h1 {
53
  text-align: center;