Update limitations info.
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
|
|
| 157 |
gr.Markdown("## Current limitations")
|
| 158 |
with gr.Accordion("Click to view", open=False):
|
| 159 |
gr.Markdown(
|
| 160 |
-
"- Only gradio-lite apps using the
|
| 161 |
with gr.Tab('Streamlit (stlite)') as stlite_tab:
|
| 162 |
with gr.Row():
|
| 163 |
with gr.Column():
|
|
|
|
| 157 |
gr.Markdown("## Current limitations")
|
| 158 |
with gr.Accordion("Click to view", open=False):
|
| 159 |
gr.Markdown(
|
| 160 |
+
"- Only gradio-lite apps using the libraries available in pyodide are supported\n- The chat hasn't been tuned on gradio library data; it may make mistakes")
|
| 161 |
with gr.Tab('Streamlit (stlite)') as stlite_tab:
|
| 162 |
with gr.Row():
|
| 163 |
with gr.Column():
|