Skip to content

Commit

Permalink
Resolve merge comflict
Browse files Browse the repository at this point in the history
  • Loading branch information
juhangil committed Sep 23, 2024
1 parent b959283 commit 9acde67
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
<FluentHeader Style="padding-top: 5px;"><h1>Azure OpenAI Proxy Playground</h1></FluentHeader>

<FluentGrid Spacing="0" AdaptiveRendering="true" Justify="JustifyContent.FlexStart">
<FluentGridItem Class="config-grid" xs="12" sm="12" md="4" lg="4" xl="4" xxl="4">
<FluentGridItem Class="config-grid" xs="12" sm="12" md="4" lg="4" xl="4" xxl="4" Style="border:1px solid lightgrey">
<ConfigWindowComponent Id="config-window" OnSystemMessageChanged="SetSystemMessage" @rendermode="InteractiveServer" />
</FluentGridItem>

<FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8"
Style="border:1px solid lightgrey">
<FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8" Style="border:1px solid lightgrey">
<ChatWindowComponent Id="chat-window" @rendermode="InteractiveServer" />
</FluentGridItem>
</FluentGrid>
Expand Down

0 comments on commit 9acde67

Please sign in to comment.