Skip to content

Commit

Permalink
App | Make writing faster
Browse files Browse the repository at this point in the history
  • Loading branch information
klima7 committed Jan 19, 2024
1 parent 40b19bf commit fb5fb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/gui/tabs/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _render_sql(self):
elif self.first_render:
for idx in range(len(self.sql)):
placeholder.text(self.sql[:idx+1])
time.sleep(0.05)
time.sleep(0.025)
self.first_render = False
else:
placeholder.text(self.sql)
Expand Down

0 comments on commit fb5fb33

Please sign in to comment.