Skip to content

Commit

Permalink
Merge pull request stanford-oval#118 from stanford-oval/dev-demo-ligh…
Browse files Browse the repository at this point in the history
…t-patch

[Bug fix] fix bug in demo light
  • Loading branch information
shaoyijia authored Aug 1, 2024
2 parents 6a57b0c + 5a1d64c commit f6833d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/demo_light/pages_util/MyArticles.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@ def article_card_setup(column_to_add, card_title, article_name):

demo_util.display_article_page(selected_article_name=selected_article_name,
selected_article_file_path_dict=selected_article_file_path_dict,
show_title=True, show_main_article=True,
show_feedback_form=False,
show_qa_panel=False)
show_title=True, show_main_article=True)

0 comments on commit f6833d9

Please sign in to comment.