multimodalart HF staff commited on
Commit
f5a2481
1 Parent(s): 6389ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -125,13 +125,15 @@ widget:
125
  - text: {widget_prompts}
126
  ---
127
 
128
- # {info["name"]} {link_civit_disclaimer if link_civit else ''}
129
 
130
  {non_author_disclaimer if not is_author else ''}
131
 
132
  ![Image 0]({downloaded_files["imageName"][0]})
133
  > {downloaded_files["imagePrompt"][0]}
134
 
 
 
135
  {info["description"]}
136
 
137
  """
 
125
  - text: {widget_prompts}
126
  ---
127
 
128
+ # {info["name"]}
129
 
130
  {non_author_disclaimer if not is_author else ''}
131
 
132
  ![Image 0]({downloaded_files["imageName"][0]})
133
  > {downloaded_files["imagePrompt"][0]}
134
 
135
+ {link_civit_disclaimer if link_civit else ''}
136
+
137
  {info["description"]}
138
 
139
  """