Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -243,9 +243,19 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css="""
|
|
243 |
.chatbot {
|
244 |
font-family: 'Noto Sans', sans-serif !important;
|
245 |
}
|
|
|
|
|
|
|
|
|
246 |
""") as interface:
|
247 |
-
gr.Markdown("# Fantasy Novel
|
248 |
gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
|
250 |
with gr.Row():
|
251 |
with gr.Column(scale=2):
|
|
|
243 |
.chatbot {
|
244 |
font-family: 'Noto Sans', sans-serif !important;
|
245 |
}
|
246 |
+
footer {
|
247 |
+
visibility: hidden;
|
248 |
+
}
|
249 |
+
|
250 |
""") as interface:
|
251 |
+
gr.Markdown("# Fantasy Graphic Novel Generator")
|
252 |
gr.Markdown("### After each chapter is generated, corresponding images are created automatically. Click 'Continue Story' to proceed with the narrative.")
|
253 |
+
|
254 |
+
gr.HTML("""
|
255 |
+
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-pepe.hf.space">
|
256 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-pepe.hf.space&countColor=%23263759" />
|
257 |
+
</a>
|
258 |
+
""")
|
259 |
|
260 |
with gr.Row():
|
261 |
with gr.Column(scale=2):
|