juliaturc commited on
Commit
0c4b412
·
1 Parent(s): 82037f9

KBD hack for image border

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,10 +1,13 @@
1
  <div align="center">
2
  <h1 align="center">Code Sage</h1>
3
  <p align="center">An open-source pair programmer for chatting with any codebase.</p>
4
- <figure>
5
- <img src="assets/chat_screenshot2.png" alt="screenshot" style="max-height: 500px; border: 1px solid black;">
6
- <figcaption align="center" style="font-size: smaller;">Our chat window, showing a conversation with the Transformers library. 🚀</figcaption>
7
- </figure>
 
 
 
8
  </div>
9
 
10
  <div align="center">
 
1
  <div align="center">
2
  <h1 align="center">Code Sage</h1>
3
  <p align="center">An open-source pair programmer for chatting with any codebase.</p>
4
+ <!-- The <kbd> tag is used as a workaround since GitHub doesn't apply inline image styles -->
5
+ <kbd>
6
+ <figure>
7
+ <img src="assets/chat_screenshot2.png" alt="screenshot" />
8
+ <figcaption align="center" style="font-size: smaller;">Our chat window, showing a conversation with the Transformers library. 🚀</figcaption>
9
+ </figure>
10
+ </kbd>
11
  </div>
12
 
13
  <div align="center">