Skip to content

Commit

Permalink
Remove unnecessary styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrapu-nv committed Oct 17, 2024
1 parent 256cc20 commit ef21f4b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions community/routing-multisource-rag/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ async def main(user_message: cl.Message, count_tokens: bool = True):
token_count += 1
chars = chunk.delta
await assistant_message.stream_token(chars)

assistant_message.content += (
"\n<small style='font-size: 30%; opacity: 0.5'> </small> "
)


msg_time = time.time() - msg_start_time
logging.info(f"Message generated in {msg_time:.1f} seconds.")

Expand Down

0 comments on commit ef21f4b

Please sign in to comment.