gstaff commited on
Commit
998c1a7
β€’
1 Parent(s): 7563e81

Update limitations info.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 python standard libraries and gradio 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():
 
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():