Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ print("\nEnd definition Backend Logic\n=========")
|
|
31 |
print("=========\nBegin definition User Interface (UI)\n")
|
32 |
|
33 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", neutral_hue="neutral")) as demo: # Using Soft theme with adjusted hues for a refined look
|
34 |
-
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%
|
35 |
-
<img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%
|
36 |
</a>""")
|
37 |
print("Test")
|
38 |
|
|
|
31 |
print("=========\nBegin definition User Interface (UI)\n")
|
32 |
|
33 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", neutral_hue="neutral")) as demo: # Using Soft theme with adjusted hues for a refined look
|
34 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test_With_backend">
|
35 |
+
<img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test_With_backend&countColor=%23263759" />
|
36 |
</a>""")
|
37 |
print("Test")
|
38 |
|