Commit ·
7ee670b
1
Parent(s): 950bce5
Fix Gradio Markdown parameter - remove unsupported unsafe_allow_html
Browse files
app.py
CHANGED
|
@@ -334,7 +334,7 @@ with gr.Blocks(title="PromptPrepML", theme=gr.themes.Base(), css="""
|
|
| 334 |
<p><strong>🤖 PromptPrepML</strong> - Automated ML Data Preprocessing</p>
|
| 335 |
<p><small>Convert natural language prompts into ML-ready datasets</small></p>
|
| 336 |
</div>
|
| 337 |
-
"""
|
| 338 |
|
| 339 |
# Launch the app
|
| 340 |
if __name__ == "__main__":
|
|
|
|
| 334 |
<p><strong>🤖 PromptPrepML</strong> - Automated ML Data Preprocessing</p>
|
| 335 |
<p><small>Convert natural language prompts into ML-ready datasets</small></p>
|
| 336 |
</div>
|
| 337 |
+
""")
|
| 338 |
|
| 339 |
# Launch the app
|
| 340 |
if __name__ == "__main__":
|