Skip to content

Commit

Permalink
Fixing UI button text
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellavelle committed Jul 25, 2020
1 parent 72b8b6f commit a1d86eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/run_general_knowledge_q_and_a_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


# Define UI configuration
config = UIConfig(description="Text to equation",
button_text="Translate",
config = UIConfig(description="Question to Answer",
button_text="Answer",
placeholder="Who wrote the song 'Hey Jude'?")

demo_web_app(gpt, config)

0 comments on commit a1d86eb

Please sign in to comment.