Spaces:
Runtime error
Runtime error
add suggestions and/or suggestions logic
Browse files
app.py
CHANGED
@@ -63,6 +63,8 @@ DEMO_MARKDOWN = """
|
|
63 |
"""
|
64 |
|
65 |
SUGGETIONS_HEADER = """
|
|
|
|
|
66 |
✨ Here is a list of suggestions for you -- click to expand ✨
|
67 |
"""
|
68 |
|
@@ -130,8 +132,6 @@ def get_suggestions(task_type, model_name, problem_type):
|
|
130 |
# =====================================================================================================================
|
131 |
demo = gr.Blocks()
|
132 |
with demo:
|
133 |
-
with gr.Row():
|
134 |
-
gr.Markdown("""I am a test [link](https://gradio.app/)""")
|
135 |
gr.Markdown(
|
136 |
"""
|
137 |
# 🚀💬 Improving Generated Text 💬🚀
|
|
|
63 |
"""
|
64 |
|
65 |
SUGGETIONS_HEADER = """
|
66 |
+
🫥 NOTE: Clicking on links will crash the app. See the Gradio issue [here](https://github.com/gradio-app/gradio/issues/3234). 🫥
|
67 |
+
|
68 |
✨ Here is a list of suggestions for you -- click to expand ✨
|
69 |
"""
|
70 |
|
|
|
132 |
# =====================================================================================================================
|
133 |
demo = gr.Blocks()
|
134 |
with demo:
|
|
|
|
|
135 |
gr.Markdown(
|
136 |
"""
|
137 |
# 🚀💬 Improving Generated Text 💬🚀
|