Spaces:
Sleeping
Sleeping
minor edits
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def predict_code(message, history):
|
|
78 |
|
79 |
def category_tab():
|
80 |
with gr.Tab(label="Hello World👋", elem_id="news-tab"):
|
81 |
-
gr.Markdown("## Hello **All** and Welcome to
|
82 |
|
83 |
gr.Interface(
|
84 |
fn=greet,
|
@@ -142,10 +142,10 @@ def category_tab():
|
|
142 |
|
143 |
with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap; justify-content: space-around;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;} #event-tabs {margin-top: 0px;} #spaces-flex > #paper-tile {min-width: 30%; max-width: 30%;}") as demo:
|
144 |
with gr.Row(elem_id="center"):
|
145 |
-
gr.Markdown("#
|
146 |
|
147 |
gr.Markdown("""
|
148 |
-
At HMCoE in collaboration with HuggingFace are democratising good and cutting-edge machine learning. This page is a dedicated playground for the tools discussed at the March'24 Town Hall, in order to encourage and support the development and use of AI. We wish to foster ongoing of ethics and values; and your feedback is invaluable. Please open up an issue in the [Community tab](
|
149 |
""")
|
150 |
with gr.Accordion(label="Events", open=False):
|
151 |
|
|
|
78 |
|
79 |
def category_tab():
|
80 |
with gr.Tab(label="Hello World👋", elem_id="news-tab"):
|
81 |
+
gr.Markdown("## Hello **All** and Welcome to Center Of Excellence x HuggingFace Town Hall ", elem_id="margin-top")
|
82 |
|
83 |
gr.Interface(
|
84 |
fn=greet,
|
|
|
142 |
|
143 |
with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap; justify-content: space-around;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;} #event-tabs {margin-top: 0px;} #spaces-flex > #paper-tile {min-width: 30%; max-width: 30%;}") as demo:
|
144 |
with gr.Row(elem_id="center"):
|
145 |
+
gr.Markdown("# Center of Excellence: Town Hall March 2024")
|
146 |
|
147 |
gr.Markdown("""
|
148 |
+
At HMCoE in collaboration with HuggingFace are democratising good and cutting-edge machine learning. This page is a dedicated playground for the tools discussed at the March'24 Town Hall, in order to encourage and support the development and use of AI. We wish to foster ongoing of ethics and values; and your feedback is invaluable. Please open up an issue in the [Community tab](hhttps://huggingface.co/spaces/AITownHall2024/AI_n_HF_Intro/discussions) to share your thoughts!
|
149 |
""")
|
150 |
with gr.Accordion(label="Events", open=False):
|
151 |
|