Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
21 |
"""# Detomo AI Galary 🧙♀️ 🧛♀️ 🤖 """
|
22 |
)
|
23 |
galary = gr.Dataframe(
|
24 |
-
type="pandas", datatype=["number", "markdown", "
|
25 |
)
|
26 |
demo.load(read_df, inputs=None, outputs=galary)
|
27 |
|
|
|
21 |
"""# Detomo AI Galary 🧙♀️ 🧛♀️ 🤖 """
|
22 |
)
|
23 |
galary = gr.Dataframe(
|
24 |
+
type="pandas", datatype=["number", "markdown", "markdown", "markdown"]
|
25 |
)
|
26 |
demo.load(read_df, inputs=None, outputs=galary)
|
27 |
|