SixOpen commited on
Commit
88f2dac
·
verified ·
1 Parent(s): 14a6917

Update app.py

Browse files

briefer examples to give space for state viz

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -809,7 +809,7 @@ def start_demo(source_mode, demo_choice, url_input, queries_text, chunk_size):
809
 
810
 
811
  def toggle_inputs(source_mode):
812
- frankenstein_q = "on a dreary night the creature first opened its eyes, an innocent woman is wrongly executed, playing god with science"
813
  return (
814
  gr.update(visible=(source_mode == "Quick Demo")),
815
  gr.update(visible=(source_mode == "URL")),
@@ -860,7 +860,7 @@ def build_demo():
860
  )
861
  queries_input = gr.Textbox(
862
  label="Search Queries (comma-separated)",
863
- value="on a dreary night the creature first opened its eyes, an innocent woman is wrongly executed, playing god with science",
864
  visible=True,
865
  )
866
 
 
809
 
810
 
811
  def toggle_inputs(source_mode):
812
+ frankenstein_q = "an innocent woman is wrongly executed, playing god with science"
813
  return (
814
  gr.update(visible=(source_mode == "Quick Demo")),
815
  gr.update(visible=(source_mode == "URL")),
 
860
  )
861
  queries_input = gr.Textbox(
862
  label="Search Queries (comma-separated)",
863
+ value="an innocent woman is wrongly executed, playing god with science",
864
  visible=True,
865
  )
866